Android Question API 35 -Solved

alon

Active Member
Licensed User
Longtime User
Hi,
I am getting
App must target Android 15 (API level 35) or higher

I changed the manifest to 35:
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="35"/>


and uploaded a new version to the Play Store, but I’m still getting the same warning.
Do I need to do anything else?

thanks
 

marcick

Well-Known Member
Licensed User
Longtime User
Did you download Android 35 with SDK manager and point to it in Configure Paths, or did you only set target 35 in the manifest?
 
Upvote 0

alon

Active Member
Licensed User
Longtime User
Did you download Android 35 with SDK manager and point to it in Configure Paths, or did you only set target 35 in the manifest?
only in the manifest.
that's what I did with API 34.
I will try to do it thanks
 
Last edited:
Upvote 0
Top