dji-sdk / Mobile-UXSDK-Android

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of Android applications using the DJI Mobile SDK.
Other
152 stars 110 forks source link

Min SDK 23 - not working #128

Open JurajBegovac opened 3 years ago

JurajBegovac commented 3 years ago

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
 }
dji-dev commented 3 years ago

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

°°°