错误:找不到构建工具修订版 23.0.0 rc3
错误:找不到构建工具修订版 23.0.0 rc3
Error:failed to find Build Tools revision 23.0.0 rc3
安装构建工具 23.0.0 rc3 并同步项目.
警告:包过滤器删除了所有包.没有什么可以安装的.请考虑尝试在没有包过滤器的情况下再次更新.
Install Build Tools 23.0.0 rc3 and sync project.
Warning: The package
filter removed all packages. There is nothing to install.
Please consider trying to update again without a package filter.
解决方案:
A) 模块设置 GUI
1) 进入模块设置 -> 按 F4
2)在模块下选择应用程序"
3) 选择属性"选项卡
4) 检查构建工具版本值.
5) 看看你是否找到值23.0.0rc3"
6)如果不去选择可能的最大值如23.0.0"
1) Go to Module Settings -> Press F4
2) Select "app" under Modules
3) Select the "Properties" tab
4) Check the Build Tools Version values.
5) See if you find the value "23.0.0rc3"
6) If not go to select the maximum possible value such as "23.0.0"
B) gradle.build"更新
在此更改 buildToolsVersion '23.0.0rc3'app 模块的
到 build.gradle
文件中的 buildToolsVersion
值buildToolsVersion '23.0.0'
In this change the buildToolsVersion
value in the build.gradle
file of app module from buildToolsVersion '23.0.0rc3'
to buildToolsVersion '23.0.0'
希望有帮助.
快乐编码...
I hope that helps.
Happy Coding...