Android Question API Level

Stefano Di Chiano

Active Member
Licensed User
Loading the apk of my app on Google Play Console I received the warning that my app's API level is 26 and it has to be 28 to be released.
I went on the sdkManager of B4A and installed all of the Android 29 files but I still get the warning.
What should I do to upgrade my app's API level from 26 to 28 then?
 

JohnC

Expert
Licensed User
Longtime User
You need to set the "targetSdkVersion" to 28 in the manifest:

 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…