Thursday, October 09, 2008
Getting started with Google Android
Some clues to getting started with Google Android development.
Download the Android SDK and get the emulator to work.
Android SDK: http://code.google.com/android/download_list.html
When you've unpacked it and tried to run the emulator you'll maybe get some failure mentioning
I generally open up a terminal and create the directory it wants.
or you could just put it on the command line
Then you want the Eclipse IDE:
Eclipse IDE for Java EE Developers (i.e. the 163 mb one)
Fire up Eclipse and now install the Android Development Tools.
In Eclipse:
Help
Software Updates...
Available Software
Add Site...
I think it's best to restart Eclipse when you get to the end.
And there you have it, a Google Android development environment.
Download the Android SDK and get the emulator to work.
Android SDK: http://code.google.com/android/download_list.html
When you've unpacked it and tried to run the emulator you'll maybe get some failure mentioning
-datadir
.I generally open up a terminal and create the directory it wants.
mkdir .android
cd .android/
mkdir SDK-1.0
or you could just put it on the command line
emulator -datadir ~/temp
Then you want the Eclipse IDE:
Eclipse IDE for Java EE Developers (i.e. the 163 mb one)
Fire up Eclipse and now install the Android Development Tools.
In Eclipse:
Help
Software Updates...
Available Software
Add Site...
https://dl-ssl.google.com/android/eclipse/
etc. etc.I think it's best to restart Eclipse when you get to the end.
And there you have it, a Google Android development environment.
Labels: google android
Subscribe to Posts [Atom]