Hello
I need to upload a test app on the google store.
Unfortunately, the loading is not successful because Google requires at least a Level 29 for Android 10 as the target of the API while mine is 28.
I am using delphi rio 10.3.3
I updated the SDKs by also installing 29 and downloaded the android-ndk-r21d NDK version.
I then updated SDK manager set as android-29 target.
Unfortunately, delphi always compiles by setting in the manifest:
<uses-sdk android: minSdkVersion = "19" android: targetSdkVersion = "28" />
So I forced version 29 in the manifest template but unfortunately the app crashes
I read that Delphi RIO theoretically supported the Android 10 version but I could not find anything about my problem other than a 6 month old post with no solution
Has anyone found this problem yet?
Thanks
Massimiliano