从Expo XDE打开Genymotion中的Android设备会出错
作者:互联网
我正在使用Expo XDE版本16.0.0,我想在Android模拟器中测试我的应用程序.我在Mac上.我已经安装了Genymotion并且已经启动了模拟器,因为expo.io(https://docs.expo.io/versions/v16.0.0/guides/genymotion.html)文档描述但是我收到以下错误.我不知道它意味着什么或如何解决它.
Couldn’t start project on Android: could not install smartsocket. listener: Address already in use ADB server didn’t ACK * failed to start daemon * error: cannot connect to daemon
我希望有人可以帮我这个吗?
解决方法:
在我的情况下,解决方案是在Ubuntu 17.04上
sudo apt remove android-tools-adb
adb kill-server
adb start-server
你可能安装了adb和android-tools-adb
标签:android,genymotion,emulation,expo 来源: https://codeday.me/bug/20190710/1427996.html