Andre Pavini
Andre Pavini

Reputation: 353

Not found gradle 3.1.2

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

Answers (1)

DevWiki
DevWiki

Reputation: 13

add google() to repositories in your project build.gr

Upvotes: 1

Related Questions