Why don't my APKs ever successfully build!

brianheagney

  • Posts: 18
It's been around one entire year that my apks don't build properly and I'm worried I'm just going to have to give up all of the work I've put into Stencyl.

I get varying errors, but currently I'm just getting a couple of errors at the end which just tell me that my build failed and I should check the logs for errors.

I check the errors, and I see things about a "1.5" source and target value, which I have no idea what that refers to.

Other than that...not sure what to do.

okyanusefer

  • Posts: 40
Hi,

You need to download Android SDK, and set min android version.

http://i.imgur.com/oB5gBUT.png

How to download Android SDK;

Stencyl > Debug > Android > Launch Device Monitor

after

Android Device Monitor > Window > Android SDK Manager


Your Project Target:   Android 4.1.2.
Download Android 4.1.2 (API16)

brianheagney

  • Posts: 18
Yup. That musta did it! Thanks.