赞
踩
Installed Build Tools revision 32.0.0 is corrupted. Remove and install again using the SDK Manager.
已安装的构建工具修订版32.0.0已损坏。 使用SDK管理器删除并重新安装
1.打开SDK Manager;
2.取消API32前的勾选后Apply。
3.重新选择需要的API,勾选后Apply。
如果已经下载好需要的API,在Moudle级build.gradle中修改SDK版本即可
android {
compileSdkVersion 29
buildToolsVersion "29.0.0"
defaultConfig {
applicationId "com.example.xxxx"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
具体如上,共修改 compileSdkVersion、buildToolsVersion、targetSdkVersion 三处
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。