React-Native,Android,Gen​​ymotion:ADB服务器没有确认

前端之家收集整理的这篇文章主要介绍了React-Native,Android,Gen​​ymotion:ADB服务器没有确认前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在Mac上使用React-Native,Android和Genymotion。当我运行react-native run-android我得到这行在启动操作结束:
...
04:54:40 E/adb: error: could not install *smartsocket* listener: Address already in use
04:54:40 E/adb: ADB server didn't ACK
04:54:40 E/ddms: '/Users/paulbrie/Library/Android/sdk/platform-tools/adb,start-server' Failed -- run manually if necessary
04:54:40 E/adb: * Failed to start daemon *
04:54:40 E/adb: error: cannot connect to daemon
:app:installDebug Failed

FAILURE: Build Failed with an exception.

* What went wrong:
Execution Failed for task ':app:installDebug'.
> com.android.builder.testing.api.DeviceException: Timeout getting device list.
...

但是,adb设备返回:

List of devices attached
192.168.59.101:5555 device

到目前为止,我没有找到解决方案来运行我的应用程序在模拟器。有没有人遇到同样的问题?

谢谢,
保罗

经过更多的研究,我意识到Genymotion默认使用自己的adb。

我切换到我的主要adb(同样用于react-native),它解决了问题。我想,因为Genymotion的adb首先启动,我得到地址已在使用错误消息。

原文链接:https://www.f2er.com/react/303618.html

猜你在找的React相关文章