Android Question the proper line in manifest to support Android sdk35

Markos

Active Member
Licensed User
Longtime User
The below line is in my manifest to support Android sdk 35, what values to use in the other attributes i nthat line.

B4X:
<uses-sdk android:minSdkVersion="13" android:compileSdkVersion="33" android:targetSdkVersion="35"/>
 

Markos

Active Member
Licensed User
Longtime User
There is a confusion in the terms so your question cannot be answered.

Google Play requires targetSdkVersion to be 35. If you want to release your app through Google Play then set it to 35.
compileSdkVersion should be removed.
Thanks, understood. Is there any harm in leaving compileSdkVersion it is just not used correct?
 
Upvote 0
Top