Mobile-UXSDK-Android
Mobile-UXSDK-Android copied to clipboard
Min SDK 23 - not working
Lib is not working when using with minSDK 23 ?!
Not working:
android {
compileSdk = 30
buildToolsVersion = "30.0.3"
defaultConfig {
minSdk = 23
targetSdk = 30
// other config
}
// other
}
Working:
android {
compileSdk = 30
buildToolsVersion = "30.0.3"
defaultConfig {
minSdk = 22
targetSdk = 30
// other config
}
// other
}
Agent comment from Luce Luo in Zendesk ticket #49065:
Dear Client
Thank you for contacting DJI.
We have a solution for you now. In AndroidManifest.xml, tag add android:extractNativeLibs="true".
Hopefully our solution can help you.
Kindly Regards,
DJI Developer Support
°°°