android_software_development_on_ubuntu

Differences

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

Link to this comparison view

Next revision
Previous revision
android_software_development_on_ubuntu [30.10.2010 13:20] – created Pascal Suterandroid_software_development_on_ubuntu [31.10.2010 07:33] (current) 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 
 +
 +now start eclipse and go to help -> install new software 
 +enter this url 
 +  https://dl-ssl.google.com/android/eclipse/
 +and install both plugins 
 +
 +now go to Window->Preferences and under the Android section enter the SDK Location
 +
 +==== Hello World ====
 +now you are all set and you can start to hack away. To Test your setup go with the [[http://developer.android.com/guide/tutorials/hello-world.html|HelloAndroid example]] 
  
  • android_software_development_on_ubuntu.1288437615.txt.gz
  • Last modified: 30.10.2010 13:20
  • by Pascal Suter