Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| android_software_development_on_ubuntu [30.10.2010 13:20] – created Pascal Suter | android_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 | + | |
| download the [[http:// | download the [[http:// | ||
| - | cd /opt/ | + | cd |
| tar xzvf / | tar xzvf / | ||
| 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' | ||
| + | sudo apt-get install eclipse | ||
| + | |||
| + | add the following line to the end of your .bashrc file | ||
| + | export PATH=${PATH}:/ | ||
| + | |||
| + | now start eclipse and go to help -> install new software | ||
| + | enter this url | ||
| + | https:// | ||
| + | and install both plugins | ||
| + | |||
| + | now go to Window-> | ||
| + | |||
| + | ==== Hello World ==== | ||
| + | now you are all set and you can start to hack away. To Test your setup go with the [[http:// | ||