[CentOS] android sdk on centos7 64-bit.

Mon Sep 21 15:16:51 UTC 2015
Jason Welsh <jason.welsh at mercurygate.com>

trying to use the android sdk on centos 7 and cant seem to find the 
32bit libs..

[jason at centos7 platform-tools]$ ./adb devices
-bash: ./adb: /lib/ld-linux.so.2: bad ELF interpreter: No such file or 
directory
[jason at centos7 platform-tools]$

whats the right way to isntall the needed 32bit libs? I cant seem to 
find them with yum provides..
Ive tried multilib_policy=best in my yum.conf as well.

Jason