Android build & release and gradle

Hello,

For those who have run into the same issue about compiling released version of an apk with openfl. I had to put:

<!--suppress HardcodedDebugMode -->

into the AndroidManifest.xml file
located in folder: /usr/lib/haxe/lib/lime/3,1,0/templates/android/template/app/src/main

I don’t know if this is the good way to go but i get my signed apk for now :slight_smile:

See ya

[quote=“vicolachips44, post:1, topic:8170, full:true”]
I had to put:

<!--suppress HardcodedDebugMode -->
into the AndroidManifest.xml file[/quote]

For the record, putting back-ticks around your code will keep it from vanishing. `<!-- Like so! -->`

Also, thanks to this pull request, this problem will be fixed in the next release of Lime.

New Lime has been released :slight_smile: