When I run my android app from eclipse, I get this error.
Unexpected exception \'Cannot run program \"/home/antz/Development/adt-bundle-linux/sdk/platform-t
You can no longer install ia32-libs, so you must the individual 32 bit libraries needed by adb
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
And for Ubuntu 13.10:
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1
On Fedora 17 or 18:
sudo yum install redhat-lsb.i686