React-native找不到Genymotion

时间:2019-05-08 14:11:07

标签: android react-native genymotion

我安装了android studio,配置了环境变量以及所有内容,安装了genymotion并创建了设备,但是在项目文件夹中运行react-native run-android时会发生以下错误:

error 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/getting-started.html
error Command failed: gradlew.bat app:installDebug. Run CLI with --verbose flag for more details.

请帮助我解决这个问题。 React-native找不到Genymotion造成的干扰,在此链接中有更多详细信息:https://pt.stackoverflow.com/questions/382115/react-native-n%C3%A3o-reconhece-genymotion

2 个答案:

答案 0 :(得分:0)

本月初,我遇到了同样的问题。据我所知,Genymotion的较新版本未在adb devices上注册,user in the Expo forums推测是因为它们现在有付费专区。

我建议切换到Android Studio,这就是我解决问题的方法。

答案 1 :(得分:0)

它尝试通过设备的 IP 将仿真器连接到 ADB 。要检查设备的IP,只需单击仿真器窗口,该IP地址在窗口的标题中。

没有终端会运行命令:

$ adb connect ip_of_your_emulator:5555

稍后,运行:

$ adb devices

如果文件名显示在列表中,则表明模拟器已成功连接!

打开仿真器后,只需在项目文件夹中运行本机run-android