1
我正在使用ebookdroid & MuPDF CPP文件使用PDF查看器應用程序。在Gradle中,我有很多與NDK集成的問題。我已經經歷了很多答案,但他們還沒有解決我的問題。如何在Gradle中設置NDK lib路徑?
搖籃是給我下面的錯誤信息:
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:
http://tools.android.com/tech-docs/new-build-system/gradle-experimental.