我已经反应原生版本 0.42.0。我的项目运行良好。
最近我升级到 react-native 版本 0.43.1。现在当我这样做的时候
react-native run-android
我被错误困住了。
JS server already running.
Building and installing the app on the device (cd android && ./gradlew installDebug)...
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html
我已按照从 https://facebook.github.io/react-native/docs/upgrading.html 升级的说明进行操作
我用谷歌搜索了这个问题。浏览了以下链接,这些链接都不适合我。
任何形式的帮助/指导都会对我有所帮助。
原文由 chetan 发布,翻译遵循 CC BY-SA 4.0 许可协议
请从
gradle/wrapper
文件夹中检查您的 gradle-wrapper.jar 。我得到了和你一样的错误,我把罐子换成了一个完整的罐子。
我还用
*distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
更改了 gradle-wrapper.properties 文件中的一行,gradle 将自行下载。