📌  相关文章
📜  Library Android sdk ndk-bundle 中的 NDK 没有 source.properties 文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:59.934000             🧑  作者: Mango

代码示例1
After specifying ndk version in build.gradle file it is working

android {
        ndkVersion '21.3.6528147'
    }
And inside local.properties remove the following since it's deprecatedand also conflicts with path:

ndk.dir=~/Library/Android/sdk/ndk-bundle