Mobile-UXSDK-Android icon indicating copy to clipboard operation
Mobile-UXSDK-Android copied to clipboard

Min SDK 23 - not working

Open JurajBegovac opened this issue 4 years ago • 1 comments

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
 }

JurajBegovac avatar Jun 16 '21 19:06 JurajBegovac

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

°°°

dji-dev avatar Jun 17 '21 07:06 dji-dev