Android Question App must target Android 14 (API level 34) or higher

Alex_197

Well-Known Member
Licensed User
Longtime User
I've got this when I tried to update my app with API 33.


Status
  • You won't be able to release app updates (57 days away)

Date sent
Jul 4, 2024

Deadline
Aug 30, 2024

Violation
App must target Android 14 (API level 34) or higher

Details
To provide users with a safe and secure experience, Google Play requires all apps to meet target API level requirements.
From Aug 30, 2024, if your target API level is not within 1 year of the latest Android release, you won't be able to update your app.

 
Last edited:

jeruelx5d

New Member
Try the SDK Manager,

Search: Android sdk platform 34, and Install. After successful installation, you should see Android-34 in your configuration path.



1720312833803.png
 

Attachments

  • 1720312787040.png
    1720312787040.png
    26.2 KB · Views: 2
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
You only need to change the value of targetSdkVersion in the manifest editor, and check your app on a device running Android 14.

As I wrote in a few other threads, if you are using a service then you will need to make some updates. In other cases it will probably work as-is.
So I don't need to download and install anytjhing with the EDI SDK Manager?
 
Upvote 0
Top