Android Question Publishing an app. How to change target level of interface?

Inuma

Member
Licensed User
I want to publish an application written in b4a. The google console requests that the application has an interface level of at least 29, while my app has an interface level of only 4. how to change it?
 

DonManfred

Expert
Licensed User
Longtime User
Edit the Manifest in the manufesteditor and set targetsdk to 29.

 
Upvote 0

Inuma

Member
Licensed User
Sorry, for noob question. In Manifest Editor:

XML:
<uses-sdk android:minSdkVersion="4" />

Is that good?:

XML:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="29" />
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…