Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Min SDK 23 - not working #128

Open
JurajBegovac opened this issue Jun 16, 2021 · 1 comment
Open

Min SDK 23 - not working #128

JurajBegovac opened this issue Jun 16, 2021 · 1 comment

Comments

@JurajBegovac
Copy link

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
Copy link
Contributor

dji-dev commented Jun 17, 2021

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

°°°

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants