HOWTO: Install Android Development Tools on Ubuntu 9.10
November 29, 2009
This is the simple steps to install an Android app development platform on Ubuntu 9.10. It's definitely not a clever method, but it works.
- Install eclipse 3.5 bundled with Ubuntu:
- sudo apt-get install eclipse
- Install these 3 eclipse plugins bundled with Ubuntu:
- sudo apt-get install eclipse-pde
- Add the discovery site of Ganymede (eclipse 3.5)
Ganymede Discovery Site
http://download.eclipse.org/releases/ganymede/ - Add the update manager sites that ADT is dependending:
- Data Tools Platform (DTP)
http://download.eclipse.org/datatools/updates - Web Tools Platform (WTP / WST)
http://download.eclipse.org/webtools/updates
- Data Tools Platform (DTP)
- Of course you need to add the ADT update site it self:
Android Development Tools (ADT)
https://dl-ssl.google.com/android/eclipse/ - Use the update manager to install ADT now.