React-Native, Android, Genymotion: ADB server didn't ACK

前端 未结 11 2078
梦毁少年i
梦毁少年i 2020-11-28 02:44

I am working with React-Native, Android, and Genymotion on Mac. When I run react-native run-android I get this lines at the end of the launch operation:

11条回答
  •  醉酒成梦
    2020-11-28 03:32

    After more research I've realized that Genymotion uses by default its own adb.

    I switched to my main adb (the same used by react-native) and it solved the issue. I guess that because Genymotion's adb was launched first I got the Address already in use error message.

提交回复
热议问题