1
私はebookdroid & MuPDF CPPファイルを使用してPDFビューアアプリケーションに取り組んでいます。私はGradleのNDK統合に関する多くの問題を抱えています。私は多くの答えを見てきましたが、私の問題は解決していません。GradleでNDKのlibパスを設定するには?
のGradleは私に次のエラーメッセージ与えている:
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.