Android tutorial

Hey everyone so I’ve been coding my games with OpenFL for months now and just the basic ones very AS3 related codes, but I’ve been thinking of compiling my games to mobile which i can’t find any resources or tutorials out there that covers it. maybe anyone of can give me a link of how to compile it to android, anything to do about setting up, to have to compile, because when i compile it right now, it just doesn’t do anything. any help would be great :slight_smile: thanks.

Hi @TheRuss16.

To prepare OpenFL for building to Android, go to your command prompt / terminal and type:

lime setup android

That’ll then take you through the things you need in order to be able to build to Android. Once all of that has installed, in your project folder, try running:

openfl build android

Some more detailed explanation of using lime setup android is available here: