I've been trying to export directly to an APK and getting errors that seem to suggest the Android SDK version I've specified may not be correct. I'm getting 'failed to find target with hash of "android-23"'. For those using the APK export, what versions of the Android SDK (or NDK?) and JDK are you using? Are you specifying the root folder of those kits during the export?
Thanks,
Paul
Comments
C:/Users/Paul/AppData/Local/Android/Sdk
... and ...
C:/Program Files (x86)/Java/jdk1.8.0_144
I have a few Android SDKs installed, but I target 19 in the export dialogue for no particular reason other than it was the default option.
https://deluxepixel.com
The only issue I'm having now is that when I upload an APK to Google Play I get this warning:
You uploaded an APK that does not have BILLING permission, or has a BILLING permission that is limited to specific sdk versions. BILLING permission is required for selling in-app products.
I'm including the IAB plugin, but it sounds like that's not going to work without the BILLING permission.
Any ideas?
Paul
Likes: SinisterSoft
My only issue now seems to be that the APK I've exported includes the FINE_LOCATION permission, which my app never used before, and has no reason to include. Does anyone know how to prevent the exported APK from including that permission in the manifest?
Paul
Likes: SinisterSoft
https://deluxepixel.com