Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Downgrade Android target Api Level 23 to 22 in developer console

I uploaded a new beta testing version with Android target api level 23. Before it was 22. I did not know, that with API Level 23 there are many changes regarding permissions. I realized that after uploading the new beta testing version with api level 23. So i build a new Version which was using api level 22 again to have more time to adapt my app to api level 23.

But every time now when i do upload a version with api level 22, i get an error in developer console "app could not be saved" with no more information about the error and i can not upload it. When I compile a new version with target API Level 23 it can be uploaded again. I think the problem is the downgrade to api Level 22.

Is it true, that once you published an API Level 23 version in closed beta testing, you can not downgrade back to target API Level 22?

Thanks for your help!

Smilingm

like image 319
SmilingM Avatar asked Jan 28 '16 21:01

SmilingM


People also ask

How do I change my target API level on Android?

Step 1: Open your Android Studio, and go to Menu. File >Project Structure. Step 2: In project Structure window, select app module in the list given on left side. Step 3: Select the Flavors tab and under this you will have an option for setting “Min Sdk Version” and for setting “Target Sdk Version”.

What should be the minimum API level in Android Studio?

When you upload an APK, it must meet Google Play's target API level requirements. New apps must target Android 12 (API level 31) or higher; except for Wear OS apps, which must target Android 11 (API level 30) or higher.


1 Answers

message from Developer Console:

Android N final SDK available

You can now use the Developer Console to publish apps that target Android N devices (API level 24) to your production, alpha, and beta channels. Keep in mind that once you publish an APK targeting API level 23 or higher, you won't be able to submit an update targeting API level 22 or lower on any channel. 2016 Jun 15

like image 80
GeimF Avatar answered Sep 22 '22 08:09

GeimF