标签: android-studio
忽略未知的包过滤器'build-tools-23.0.3'警告:包过滤器删除了所有包。没有什么可以安装的。 请考虑在没有包过滤器的情况下再次尝试更新。This is the screen shot of the the error message that I am getting.
答案 0 :(得分:1)
确保安装了Android SDK Build-Tools 23.0.3。为此,请单击工具 - > Android-> SDK管理器 - > SDK工具 - >选中显示包详细信息。如果未安装,请安装它。如果问题仍未解决,请尝试在应用的模块gradle中将buildToolsVersion降级为"23.0.2"。同步项目,之后再次升级到"23.0.3"。它对我有用。
buildToolsVersion
"23.0.2"
"23.0.3"