We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
The text was updated successfully, but these errors were encountered:
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
°°°
Sorry, something went wrong.
No branches or pull requests
Lib is not working when using with minSDK 23 ?!
Not working:
Working:
The text was updated successfully, but these errors were encountered: