Somebody could tell me what I have to write in the Haxe flag text box to Stencyl could build an apk higher then Android SDK 22?
I tried "<android:minSdkVersion="15" android:targetSdkVersion="23" />" but not worked.
I know atm Stencyl officially support only api 22, but I really need to update my apk with api 23.
UPDATE: I changed the manifest.xml manually here: Stencyl\plaf\haxe\lib\lime\lime\legacy\templates\android\template\AndroidManifest.xml
So, now targetapk is 23 but app crash at start so this is not a solution.