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

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

    The steps worked for me are :

    • $ adb kill-server

    • $ adb start-server

    • $ cd android

    • $ ./gradlew clean

    • $ cd ..

    • $ react-native run-android

提交回复
热议问题