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

前端 未结 11 2057
梦毁少年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:19

    Maybe your adb versions are mismatching

    Check:

    adb version 
    

    Then:

    cd /Path/to/Android/Sdk/platform-tools && ./adb version
    

    If these two are different you have an error here, just remove adb from sys and copy the one that is in platform-tools to /usr/bin/

提交回复
热议问题