How to install Android ADT Bundle with Eclipse on Debian x86_64

This is a very old post and you probably should not bee reading this, because it is deprecated. But if you insist, suit yourself.

Due to missing 32 bit libraries installation eclipse adt bundle fails to run on x64 Debian installation. This is how you can fix this:

How to install Android ADT Bundle dependencies:
  1. Download ADT Bundle from d.android.com
  2. Open terminal and run as root:
```
sudo apt-get install openjdk-6-jdk ia32-libs lib32ncurses5 lib32stdc++6 
unzip adt-bundle-linux-x86_64-20130219.zip</pre>
```
  1. open ‘Main Menu’ application and create menu item for ~/adt-bundle-linux-x86_64-20130219/eclipse/eclipse
P.S.

If you cannot find ‘Main Menu’ in your applications - install alacarte package: sudo apt-get install alacarte


comments powered by Disqus