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.properties
file to root folder of your project - write
android.useDeprecatedNdk=true
intogradle.properties
file
Example: