我最近将我的项目从本机0.58.1升级到0.61.4,此后一直无法运行我的项目。 我手动解决了所有冲突,因此那里可能有错误。
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
但是,我已经在android上使用React native编码了一段时间了,到目前为止还没有任何此类问题。