Android Ant Build Environment Released!

The Disgruntled Rats are giving back to the community by releasing code that will help other Android developers get their projects working with Ant. See the link below. Android Ant Build Environment If you find these files useful in any way, please help promote our site by liking our Facebook group. 🙂

Setting Up An Android Virtual Machine on Ubuntu

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: tar xzf android-sdk_r05-linux_86.tgz cd android-sdk-linux-86tar xzf android-sdk_r05-linux_86.tgz cd android-sdk-linux-86 3) If … Read more