android_software_development_on_ubuntu

This is an old revision of the document!


Android Software development on Ubuntu

so i thaught it's time i'll take a look at this topic :)

install the ia32-libs first:

apt-get install ia32-libs

the following steps originate from this howto

install eclipse and the java jdk

apt-get install eclipse

download the Android SDK

cd /opt/
tar xzvf /your/download/location/android-sdk_r07-linux_x86.tgz
cd android-sdk-linux_x86/

now a gui pops up where you can choose under available packages your platforms which you want to develop for.

  • android_software_development_on_ubuntu.1288437615.txt.gz
  • Last modified: 30.10.2010 13:20
  • by Pascal Suter