In my first tutorial i will show you how to set up Eclipse 3.5 with Android Development Tools (ADT) on Ubuntu 9.04.
Before we can install the Android SDK, we must install Java. First we open a new terminal window (Applications > Accessories > Terminal).
To install Java, type:
If you are on a x86_64 system, you also must install ia32-libs:
For Ubuntu 9.10 users:
Install eclipse from apt-sources, so open a terminal, then:
sudo apt-get install eclipse