运行react-native run-android
后:
JS服务器已经运行。
在设备上构建和安装应用程序(cd android&& ./gradlew installDebug)...
失败:构建因异常而失败。
配置根项目“推送器”时出现问题。 无法解析配置':classpath'的所有依赖项。 无法下载protobuf-java.jar(com.google.protobuf:protobuf-java:2.5.0) 无法获取资源“https://jcenter.bintray.com/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar”。 无法获得“https://jcenter.bintray.com/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar”。 sun.security.validator.ValidatorException:找不到可信证书
--stacktrace
选项运行以获取堆栈跟踪。使用--info
或--debug
选项运行以获得更多日志输出。建立失败
我已经安装了SDK工具,已经正确地对原生文档作出反应,但仍然遇到了障碍。
我正在使用Ubuntu 16。
答案 0 :(得分:0)
转到[您的项目名称] \ android \ app和" dependencies"中的build.gradle文件,更改' com.android.support:appcompat-v7:23.0.1& #39;依赖于23.0.0。