Menu

Installing Android SDK

Alexandru Bujor

Installing Android SDK on Ubuntu 10.04

  1. Download and install the latest Java JDK
  2. Download the SDK from this webpage: http://dl.google.com/android/android-sdk_r15-linux.tgz
  3. Extract the archive to a folder
    tar -xvf android-sdk_r15-linux.tgz
  4. Cd to folder
    cd android-sdk-linux/
  5. Enter tools folder
    cd tools
  6. Start android emulator manager
    ./android
  7. Manage your android virtual devices (AVDs) from Tools>Manage AVDs

Related

Wiki: Home
Wiki: Milestones

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.