Tutorial: Making Android Game

To Learn, to Learn and to Learn Once Again

Game Demon’s Cave is going to be released for Android.
I started making video course about porting Demon’s Cave to Android, it has English subtitles.
Contact me if you have questions, or you want to add something interesting to video course.
Also you can make subtitles for your language here: http://www.youtube.com/timedtext_video?ref=share&v=rx7NYkAJB2I

Plan, commands, links:
1. Install VirtualBox https://www.virtualbox.org/wiki/Downloads
2. Install Xubuntu http://xubuntu.org/getxubuntu/
3. Install Oracle Java 7

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

4. Install 32bit libraries

sudo apt-get install lib32ncurses5 lib32stdc++6 zlib1g:i386

5. Install Chromium

sudo apt-get install chromium-browser

6. Install Android Studio http://developer.android.com/sdk/index.html