NDK integration is deprecated in the current plugin.
If you using NDK Code in android studio, occurs some error message about NDK integration is deprecated in the current plugin
Maybe you can try this solution.
- crate
gradle.propertiesfile to root folder of your project - write
android.useDeprecatedNdk=trueintogradle.propertiesfile
Example:
