Sunday, September 16, 2012

install android sdk in ubuntu 12.04LTS-64

http://askubuntu.com/questions/131207/android-sdk-cant-be-installed-on-ubuntu-12-04-64



It is highly recommended that you install ia32-libs so that the SDK is compatible with your 64-bit machine.
sudo apt-get update
sudo apt-get install ia32-libs
Or, if you're running Ubuntu 12.04, you may have to install ia32-libs-multarch instead:
sudo apt-get update
sudo apt-get install ia32-libs-multiarch
I've been maintaining this thread on XDA-Developers for a while now, I took bits & pieces from other forums, and put this method together. Googles method never worked for me, and made me hate Ubuntu. But, eventually it grew on me and I've gotten more advanced with Linux distros. Hope my thread can help someone. Enjoy the possibilities!!!!!
http://forum.xda-developers.com/showthread.php?p=9393280#post9393280

No comments: