A alon Active Member Licensed User Longtime User Jul 3, 2025 #1 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
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 Jul 3, 2025 #2 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
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?
A alon Active Member Licensed User Longtime User Jul 3, 2025 #3 marcick said: 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? Click to expand... only in the manifest. that's what I did with API 34. I will try to do it thanks Last edited: Jul 7, 2025 Upvote 0
marcick said: 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? Click to expand... only in the manifest. that's what I did with API 34. I will try to do it thanks