即使模拟器运行,React本机也无法运行android

时间:2016-07-06 00:28:52

标签: android react-native

运行命令react-native run-android失败,输出如下:

Starting JS server...
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

这个问题的奇怪之处在于模拟器正在运行。 adb devices返回

List of devices attached 
emulator-5554   device

如果这些细节有所帮助,它将在Linux中运行,模拟器设置为Android 6.0 API Level 23,使用Google API Intel Atom(x86)。

1 个答案:

答案 0 :(得分:0)

上周我遇到了同样的问题。我尝试通过Android Studio构建项目。我认为这个错误的原因之一是,构建查找Gradle的更新(或兼容)版本。我所做的只是让Android Studio成为第一次构建时更新gradle的人。

之后我的应用程序运行并构建没有任何问题。

希望这有帮助。