提示
No version of NDK matched the requested version 21.0.6113669. Versions available locally: 22.1.7171670, 23.0.7421159
方案一
android/app/build.gradle 配
android {
ndkVersion '21.3.6528147'
}
方案二
local.properties 配
ndk.dir=C:\\Android\\AndroidSDK\\ndk\\23.0.7421159