我在OSX上使用react-native 0.43.3.我试图在Android上运行应用程序并获取消息
react-native run-android
Scanning 568 folders for symlinks in /Users/ruci.k/project/mayacrew/supermembers/supermembers/node_modules (5ms)
JS server already running.
Building and installing the app on the device (cd android && ./gradlew installDebug)...
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
Run Code Online (Sandbox Code Playgroud)
./gradlew installDebug给了我一些错误并修复了一切.最后构建成功,应用程序正在Android设备上运行.
但react-native run-android命令仍然不起作用.只有./gradlew installDebug命令工作.
有什么可以检查使用react-native run-android命令吗?
我无法理解它是怎么发生的.