Whenever i try to run the app on the virtual device it returns the following error.
Gradle syncing is successful but the error arises when i try to run the app.
Error:Execution failed for task ':app:compileDebugNdk'.
Error: Your project contains C++ files but it is not using a supported native build system.
Consider using CMake or ndk-build integration with the stable Android Gradle plugin:
https://developer.android.com/studio/projects/add-native-code.html
or use the experimental plugin:
https://developer.android.com/studio/build/experimental-plugin.html.
Whenever i try to run the app on the virtual device it returns the following error.
Gradle syncing is successful but the error arises when i try to run the app.
Error:Execution failed for task ':app:compileDebugNdk'.