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.