Installing Android SDK
Installing Android SDK on Ubuntu 10.04
- Download and install the latest Java JDK
- Download the SDK from this webpage: http://dl.google.com/android/android-sdk_r15-linux.tgz
- Extract the archive to a folder
tar -xvf android-sdk_r15-linux.tgz
- Cd to folder
cd android-sdk-linux/
- Enter tools folder
cd tools
- Start android emulator manager
./android
- Manage your android virtual devices (AVDs) from Tools>Manage AVDs
Related
Wiki: Home
Wiki: Milestones