No version of NDK matched the requested version 21.0.6113669. Versions available locally: 22.1.717

新买了电脑安装环境运行项目发现报上面错误,好像之前都没有遇到过,项目中也没发现使用NDK,之前在其他环境也正常运行,大概意思就是NDK版本不对的问题,上网查了一个帖子尼玛要收费才能看,通过自己研究解决后立马写博客记录,版本不对不就两个解决办法:

1:指定你现有版本:

android {
    compileSdkVersion 30
    buildToolsVersion "30.0.3"
    ndkVersion "22.1.7171670"<----------注意就是这行,双引号内你安装的版本

}

No version of NDK matched the requested version 21.0.6113669. Versions available locally: 22.1.717

2:安装缺失版本:

这个直接安装确实版本就可以了,后面附图操作步骤。

***注意了***,下图红圆圈要选择起来,这样才能看到详细,把需要的安装在指定目录就成功了。

No version of NDK matched the requested version 21.0.6113669. Versions available locally: 22.1.717

No version of NDK matched the requested version 21.0.6113669. Versions available locally: 22.1.717

 

上一篇:eclipse运行index.jsp时,错误The requested resource is not available.


下一篇:oracle 报错ORA-12514: TNS:listener does not currently know of service requested in connec