The Tip Solve the Android SDK Issue on Ubuntu Amd64: “adb no such file or directory”.
The Error is Due to the 32-bit Nature of the Available Platform-tools Distribution.
Solution: Ubuntu Amd64 Android SDK adb no such file or directory
-
Ubuntu 13.10 Saucy Amd64:
sudo su -c "apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libstdc++6:i386"
-
Ubuntu 13.04 Raring Amd64 and Below:
sudo su -c "apt-get install ia32-libs"
How to Install Eclipse ADT for Android on Ubuntu Linux:
Quick-Start SetUp ADT Emulator & Run Hello-World App
Eclipse-Android App Hello-World
Develop Android Cross-Platform Apps with Appcelerator Titanium on Ubuntu
Appcelerator Titanium Studio for Ubuntu