Game Development in Android

Thanks to everyone who attended our session on game development in Android yesterday.  Sean, Brian and I all had a great time and enjoyed the questions and interactive discussions.  If you have any other questions for us, send us an email at disgruntledrats@gmail.com. Here is a copy of the presentation we gave.  Also, the Java … Read more

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