| 01.jul.2009 | : Initial version for Ubuntu 9.04 and Android SDK 1.5 (Cupcake). |
| 16.sep.2009 | : Upgraded to Android SDK 1.6 (Donut). |
| 27.oct.2009 | : Upgraded
this guide to Ubuntu 9.10 (Karmic Koala). The older version for Ubuntu 9.04 (Jaunty) is here... |
| 08.nov.2009 | : Upgraded
to Android SDK 2.0 (Eclair). Android 2.0 highlights... |
| 10.oct.2010 | : Ubuntu
10.10. |
| 26.jan.2011 | : Android SDK r09-linux with support for Honeycomb...(tablet computers). |
| 10.sep.2011 | : Android
SDK
r12-linux
and
Ubuntu
11.10
(Oneiric). : Video of new features and tools... |





export PATH=${PATH}:$HOME/android-sdk-linux/tools/
Gnome-terminal reads the .bashrc
at
start.
The
change
take
effect
after
your
close
and restart your
terminal windows.













| Project name: | Hello Android 2.1 |
| Build target: | checkmark the Android 2.1 option. |
| Application name: | Hello Android (this
will
apear
as application title in the phone) |
| Package name: | com.testcompany.helloandroid (you might use your own company domain as package name) |
| Create activity: | HelloAndroid (this
must be a valid Java class name. It extends the Activity class) |
| Min SDK version: | 7 (7 means Android
SDK
2.1) |


| Notice: You may need to clean the application before compilation. Do cleaning from the Eclipse's Project -> Clean menu. |




| Now you can access
(read and write) files from/to your phone and the Linux Desktop. |
Your photos and videos |
And music files |
![]() |
![]() |
![]() |




first.