Tutorial: Making a Game for Android

‘Learning is light, but ignorance is darkness‘

Demon’s Cave is coming to Android soon.
I started recording a course on porting a game to Android because there are a lot of people who are really interested in the development process.
Please write to me if you have any questions or if you would like to add something to this course.
You can also add subtitles for other languages: http://www.youtube.com/timedtext_video?ref=share&v=rx7NYkAJB2I

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

sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java7-installer

4. Installing 32-bit libraries

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

5. Installing Chromium

sudo apt-get install chromium-browser

6. Installing Android Studio http://developer.android.com/sdk/index.html< /p>

Leave a Comment

Your email address will not be published. Required fields are marked *