Monday, April 23, 2012

Installing Android development tools on ubuntu 10.10


This is getting pretty old now, so probably all this software has newer versions.  Make sure you are downloading and installing the best and latest versions. 

Had a lot of strange errors that seemed to just resolve themselves later.  Had to download and unzip the android sdk twice before eclipse would accept the sdk location.  Had trouble with dependencies even once I had everything in the list that I needed.

To install Android eclipse development tool on ubuntu 10.10

Follow directions here:

http://www.beakkon.com/geek/how-to/install-android-on-ubuntu

You run into error with dependencies, so you add the following libraries here:

http://www.google.com/support/forum/p/Android%20Market/thread?tid=09880bb6649428ca&hl=en

It is possible to  make Android Plugin work with the Eclipse Galileo package from Ubuntu 9.10 provided you have the required dependencies, as explained by dmdrummond before.

To save you the pain to manually search for dependencies, here is the list of websites to work with in the “Install new software” manager  :

Eclipse GEF      - http://download.eclipse.org/tools/gef/updates/releases/
Eclipse EMF      - http://download.eclipse.org/modeling/emf/updates/releases/
Eclipse GMF      - http://download.eclipse.org/modeling/gmf/updates/releases
Eclipse Webtools - http://download.eclipse.org/webtools/updates/
Google eclipse Plugin - http://dl.google.com/eclipse/plugin/3.5

You will just need to add them, without trying to download packages they provide !
Then go back downloading Developper Tools from

http://dl-ssl.google.com/android/eclipse/

 and make sure you checked “Contact all update sites during install to find required softwares” so that Eclipse automatically retrieve required dependencies for the Android Plugin

No comments:

Post a Comment