Hello, several months ago, I paid for the premium subscription to upload apps to the Play Store. However, I am unable to upload an app because it requires compatibility with Android version 13, or API 33, which hasn’t been updated yet. I would like to know how I can resolve this issue. Thank you
Api 33 is live since mid October
There you set minSDK. TargetSDK is set automatic to 33.
1 Like
Hello, thank you for your reply.
I did and it allowed me to update my app in Google Play Store.
Now I have another problem. When I install it from the Play Store, it installs but no icon appears on my phone.
How can this be?
- Export your project to AIA file
- Edit file project.properties in AIA
- Change “minSdk=33”
- Delete your project
5.Import AIA file - Export to AAB
- Release to Google Console
1 Like