OlMi1
(Ole Michael)
August 31, 2021, 7:55pm
#1
Hello!
I can only find older Threads about this topic so I thought I´d just ask here. How can I change the API Level to 30? The maximum I can select is 29. (Android 10.0). Google Play therefore prevents me from publishing. How can I change to Level 30?
Thanks!
Please search the forum as there are definitely topics about this.
OlMi1
(Ole Michael)
August 31, 2021, 8:12pm
#3
Yes, but they are all old. There is no other soloution than decompiling. Support for Level 30 was set for March and is still not around. There is no official current solution.
FYI,
From August 2021 , the Google Play Console will require all new apps to:
Publish with the Android App Bundle format.
Utilize Play Asset Delivery or Play Feature Delivery to deliver assets or features that exceed download size of 150MB. Expansion files (OBBs) will no longer be supported for new apps.
Target API level 30 (Android 11) or above and adjust for behavioral changes .
In your case as you want to update your apps
Requirements for updates to existing apps
From November 2021 , …
1 Like
dora_paz
(Dora)
August 31, 2021, 8:13pm
#4
Till Kodular release new version targeting SDK 30 try
Edit or modify the aab file
This process will convert the apk into aab file
There is no way to edit or modify the file in aab because all file get encoded with protocol-buffers but we can edit the apk and modify it easily. So this process will convert modify apk into aab file
requirements - python 3.6+ is required , Java 8 is required
Easy method - short requirements - python 3.6+ is required , Java 8 is required and download <a href="https://git-scm.com/downloads" rel="n…
Peter
(Moderator)
August 31, 2021, 8:14pm
#7
Just be patient if you dont want to use the other topics. I unlist and close this.