Reputation: 353
I'm trying to run my react-native project ( react-native run-android ) and I get this error:
Could not resolve all files for configuration ':classpath'.
Could not find com.android.tools.build:gradle:3.1.2.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.2/gradle-3.1.2.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.2/gradle-3.1.2.jar
Any help?
Upvotes: 3
Views: 1113