I can’t upload my to play store
“Your target, API level 29, but the target should be level 30 on applications layout and performance. You can change the API level your app targets to at least level 30. More information”
Does any one have solution?
I your problem solved then please pm me I have same issues
1 Like
asimjib93
(Asim Jib)
August 12, 2021, 4:09am
#3
From 1st August, 2021 your app must be targeting Android 11 (SDK 30) in order to publish new app on google play. But Kodular is currently targeting Android 10 (SDK 29). That means, you can’t publish a new app until Kodular updates it’s SDK.
SDK will be updated soon! You’ve to wait till then.
3 Likes
Aditya_Nanda
(Aditya O.P.C. Ltd.)
August 12, 2021, 4:28am
#4
@omar_melhim Here is how to edit Api by editing manifest edit it and upload your app
Here’s a quick guide on how to customize the Manifest (→ APK Studio Editor or A2M):
Decompile the APK
open the Manifest: AndroidManifest.xml
edit the Manifest
Recompile the APK
Done in less than 1 min!
Important Note
From 1 Aug 2021 every new app must target Android 11:
targetSdkVersion = 30 !
See also here .
Kodular (and AI2 ) has not yet released a corresponding update (up to now). Therefore it is currently not possible to publish a new app in the Play Store unless you manually set targetSdkVersion to 30 in the decompiled APK.
EDIT: You must also use AAB for new apps! (So my guide is obsolete.)
[grafik]
Kodular is still targeting Android 10.
Aditya_Nanda
(Aditya O.P.C. Ltd.)
August 12, 2021, 4:42am
#6
@Fhzka you can edit your Apk and the can convert it to aab
Rocky2
(md roky)
August 12, 2021, 5:53am
#8
if you succeed then must say
asimjib93
(Asim Jib)
August 12, 2021, 5:55am
#9
Read this, before you try!
1 Like
Aditya_Nanda
(Aditya O.P.C. Ltd.)
August 12, 2021, 6:12am
#10
@asimjib93 I have already given this
@omar_melhim Here is how to edit Api by editing manifest edit it and upload your app
1 Like
asimjib93
(Asim Jib)
August 12, 2021, 6:15am
#11
And I just pointed him to that line thinking he migh have missed!
1 Like