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

📅  最后修改于: 2022-03-11 15:00:09.529000             🧑  作者: Mango

代码示例2
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