node.js - react-native run-android Could not resolve all dependencies for configuration ':classpath' -


i learing react-native,i got error when used command 'react-native run-android' on windows 10

failure: build failed exception.  * went wrong: problem occurred configuring root project 'demo'. > not resolve dependencies configuration ':classpath'.    > not download gradle-core.jar (com.android.tools.build:gradle-core:1.3.1)       > not resource 'https://jcenter.bintray.com/com/android/tools/build/gradle-core/1.3.1/gradle-core-1.3.1.jar'.          > not 'https://jcenter.bintray.com/com/android/tools/build/gradle-core/1.3.1/gradle-core-1.3.1.jar'.             > peer not authenticated  * try: run --stacktrace option stack trace. run --info or --debug option more log output. 

i'm tired,i'll appreciate helping me!


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -