java - Android studio 2.2.0-rc1 gradle plugin error -


i've updated android studio version 2.2.0-rc1 android error:

could not find com.android.tools.build:gradle:2.2.0-rc1. searched in following locations: https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.0-rc1/gradle-2.2.0-rc1.pom https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.0-rc1/gradle-2.2.0-rc1.jar

i've checked if exists in jcenter repository , returns error

{ "errors" : [ { "status" : 404, "message" : "could not find resource" } ] }

as understand it's problem on android studio side, right?

according to: https://code.google.com/p/android/issues/detail?id=221529

the problem fixed (exactly: hour ago). sure invalidate caches , restart android-studio.


Comments