android_software_development_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
android_software_development_on_ubuntu [30.10.2010 13:20] – created Pascal Suterandroid_software_development_on_ubuntu [30.10.2010 14:02] Pascal Suter
Line 11: Line 11:
  
 install eclipse and the java jdk install eclipse and the java jdk
-  apt-get install eclipse+  sudo apt-get install eclipse
  
 download the [[http://developer.android.com/sdk/index.html|Android SDK]] download the [[http://developer.android.com/sdk/index.html|Android SDK]]
-  cd /opt/+  cd 
   tar xzvf /your/download/location/android-sdk_r07-linux_x86.tgz   tar xzvf /your/download/location/android-sdk_r07-linux_x86.tgz
   cd android-sdk-linux_x86/   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.  now a gui pops up where you can choose under available packages your platforms which you want to develop for. 
 +
 +next you can create a virtual device and boot it to make sure the sdk is working 
 +
 +==== install the eclipse plugin ====
 +if you haven't done it before install eclipse now 
 +  sudo apt-get install eclipse
 +
 +add the following line to the end of your .bashrc file 
 +  export PATH=${PATH}:/home/user/android/sdk/tools 
  
  • android_software_development_on_ubuntu.txt
  • Last modified: 31.10.2010 07:33
  • by Pascal Suter