在设备上构建和安装应用程序 (cd android && ./gradlew installDebug)

Building and installing the app on the device (cd android && ./gradlew installDebug)

在设备上构建和安装应用程序 (cd android && ./gradlew installDebug)... 错误:找不到或无法加载主 class org.gradle.wrapper.GradleWrapperMain 原因:java.lang.ClassNotFoundException:org.gradle.wrapper.GradleWrapperMain 无法在设备上安装应用程序,请阅读上面的错误以了解详细信息。 确保您已连接 Android 模拟器 运行 或设备,并且 设置您的 Android 开发环境: https://facebook.github.io/react-native/docs/getting-started.html

我从一开始就进行了全新安装,我想一定是少了什么。