docker icon indicating copy to clipboard operation
docker copied to clipboard

Could not resolve all dependencies for configuration ':classpath'.

Open shufanhao opened this issue 7 years ago • 1 comments

./gradlew build

FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring root project 'workspace'.

Could not resolve all dependencies for configuration ':classpath'. Could not resolve com.android.tools.build:gradle:2.2.2. Required by: project : > Could not resolve com.android.tools.build:gradle:2.2.2. > Could not get resource 'https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.2/gradle-2.2.2.pom'. > Could not GET 'https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.2/gradle-2.2.2.pom'. > Remote host closed connection during handshake

shufanhao avatar Sep 21 '18 21:09 shufanhao

This might be problem with your network connection, or temporary issue with jcenter maven repository.

jacek-marchwicki avatar Sep 23 '18 08:09 jacek-marchwicki