I am having issues getting my android game to build. To verify it wasn’t my game, I made a template project (flying) and tried to build it but it will not build either. I followed the Android Quick Start document perfectly then began trying other things to see if I could solve the problem. Unfortunately, I don’t know much about Android development so I’m hoping someone can give me a hand. Most of the error messages do not have any information with them to help me determine that problem.
Here is my current settings for Android in the editor:
You need to install SDK Platform Android-24. I’d recommend setting NDK API level to android-19 and SDK API to latest; you should have SDK 19 from the installer already.
Hey thanks for the reply. I looked into my global parameters and found JAVA_HOME. I don’t believe that is the problem. I wish the problem were a simple space in the file name though, that seems to be a lot of other people’s problem!