Hi!
I have a game ready for deployment but when i tried uploading it to google play, it showed an error saying I needed to use API level 29. I tried changing it in projects settings, SDK and NDK (I’ve tried SDK matchndk NDK android-29, SDK latest NDK latest, SKD android-29 NDK android-29) But it didn’t work. I tried following these steps
-
went to …\NVPACK\android-sdk-windows\tools\
-
clicked on android.bat to open it
-
unchecked all options listed (it knew i needed ver 9 and 10 still)
-
only checked back on the “SDK Platform” for Android 9 and 10
-
and checked on “Android SDK Platform-tools” to let it update that too
-
install the 3 packages
It supposedly installed the android 10 API 29 but it’s not where it should, and the folders where its supposed to be, go up to android 23
How can I manually install android 29 so I can package the project?