android NDK使用详解

来源:互联网 发布:淘宝海淘被税了怎么办 编辑:程序博客网 时间:2024/05/22 10:40

android NDK使用详解可参考下面网址:

/** * 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. */

https://developer.android.com/studio/projects/add-native-code.html
或者

https://developer.android.com/studio/build/experimental-plugin.html.

原创粉丝点击