Android API level (DEF-3284) (SOLVED)

For now android API level in manifest 23.
When I try to upload my apk, i receive next message:

Of cource I’ll change API version into manifest, but would be great to have changes in AndroidManifest.xml by default (for especially important for new Defold users, i think)

6 Likes

Thanks. Created DEF-3284.

3 Likes

Fixed in 1.2.129.

Note that this is only a change to the default AndroidManifest.xml where targetSdkVersion is now set to 26. We still build with 23.0.2. The warning from Google is for targetSdkVersion specifically.

2 Likes