我正在尝试使用NDK构建可执行文件。但是我收到以下错误:
Tools / android-ndk-r14b / build / core / build-binary.mk:687:Android NDK:模块ABCD依赖于未定义的模块:cutils c
工具/ android-ndk-r14b / build / core / build-binary.mk:700:*** Android NDK:中止(设置APP_ALLOW_MISSING_DEPS = true以允许缺少依赖项)。停止。
我该如何解决?
答案 0 :(得分:1)
只需从cutils
和c
移除LOCAL_SHARED_LIBRARIES
和LOCAL_STATIC_LIBRARIES
即可。在构建文件中,这一直是一个无操作:https://github.com/android-ndk/ndk/issues/208