classpath更新出错

it2023-12-30  66

升级classpath途中报出错误

ERROR: Could not find com.android.tools.build:gradle:3.5.2. Searched in the following locations:     https://jcenter.bintray.com/com/android/tools/build/gradle/3.5.2/gradle-3.5.2.pom     https://jcenter.bintray.com/com/android/tools/build/gradle/3.5.2/gradle-3.5.2.jar Required by:     :heartrate:unspecified Add Google Maven repository and sync project Open File

解决办法:

找到新版本能运行的项目

distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
最新回复(0)