How do I fix this error on Kodular? “Right now, your app’s desired API level is 29. However, this level needs to be at least 30 for the app to use as newer APIs, which have security and performance optimizations. Change the desired API level. for at least 30”.
the APP is configured for Android 10.0 (API 29) and it works normally, but I don’t know how to get out of this error.
Hello guys, now I have a problem, my android is version 9, if I put it on version 10(API 29) to compile, it gives the error: “error analyzing package” and I don’t install the APP, on the other hand, google requires 10(API 30), how to solve this?
meaning you phone’s api version is 28 and you set minimum app’s api 29. So how do you except to install such an app ? Set minimum api level to a lower value than your phone’s or just accept minimum value proposed by creator
But, if I use API 28 specific to my mobile, the APP is compiled and installed normally, however, when I use PLAY CONSOLE to create version, it generates the following error “At the moment, the desired level of your app’s API is 29 . However, this level needs to be at least 30 for the app to use the latest APIs, which have security and performance optimizations. Change the desired app API level to at least 30” and don’t build the version.
That’s the question, I’m practically in a BUG.
Why are they requiring API 30 if my phone can’t use it? There’s something wrong with that.
there is a difference between minimum API and target API…
minimum API should be as low as possible, so your app can run on as much devices as possible… and as you have an Android 9 device then you should set the minumum to at least the API your device is able to run it…
target API is 30 for new apps if you want to upload it to Google Play… you have to wait for the new Kodular version to be able to create an app, which targets API 30… or use the workaround