-
Make sure that you have the 32bit compatibility libraries installed if you are using 64bit Ubuntu
- Install the JDK
- Download and install Eclipse
If you fail to install the 32bit compatibility libraries you will get an 'adb version' error at the end when you run Eclipse. If you are running 64bit Ubuntu, start out by installing the 32bit libraries
~$ sudo apt-get install ia32-libs
This should be a straight forward step
~$ sudo apt-get install openjdk-6-jdk
Find and download an appropriate version of Eclipse. Since my last instructions for 11.04, the version of Eclipse in the Ubuntu repositories has jumped to 3.7. Hooray! Go ahead and install Eclipse
~$ sudo apt-get install eclipse