Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can I allow my app to run on Android 10 while targeting API 33

I received a message in the Play store developer console that my app was in violation of the Google Play Developer Programme Policies. The reason given was "App must target Android 13 (API level 33) or higher". I re-built the app targeting that API level and submitted an update, which was approved overnight. Now I’m hearing from Android 10 users who want to buy my app that they can’t because it isn’t compatible with their device. They are continuing to receive updates on these devices for other software. I feel I must be misunderstanding something and that by targeting API level 33 I have cut out a big part of my potential user base. Is there something I’ve done wrong here? I’m wondering if there is a way to target API 33 while maintaining compatibility with previous versions of Android.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

there is difference between target sdk and min sdk.

min sdk is the minimum API level that your app requires to run(like if it is set to the sdk correspondent to android 8 your app can’t run on android 7 or below).

while target sdk is the API level that your app is designed to run on and google play requires it to be 33(android 13) or higher.

you can change them from build.gradle (:app) app level also make sure that the app source code is designed to work on the versions you specified

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading