This tutorial will help you set up an Ubuntu Android Virtual Machine.
1) Download the Android SDK for Linux. Currently, only i386 is available.
2) Extract the downloaded SDK to a folder. I like to place my binaries in ~/bin Here is an example:
3) If you have a 64-bit Ubuntu instance, install Java...
Read more
1) Download the Android SDK for Linux. Currently, only i386 is available.
2) Extract the downloaded SDK to a folder. I like to place my binaries in ~/bin Here is an example:
tar xzf android-sdk_r05-linux_86.tgz
cd android-sdk-linux-86
3) If you have a 64-bit Ubuntu instance, install Java...