Android出现Could not initialize class com.android.sdklib.repository.AndroidSdkHandler的解决方法
Android出现Could not initialize class com.android.sdklib.repository.AndroidSdkHandler的解决方法
更改project下的build.gradle里的gradle版本为更高版本,如:
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}