android NDK使用詳解

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.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章