React Native adb reverse ENOENT

前端 未结 7 2153
悲&欢浪女
悲&欢浪女 2020-12-01 04:59

I am trying to get React-Native to work with Android V4.2.2 (Genymotion) but I am unable to test the app on the Emulator. When I ran react-native run-andr

7条回答
  •  难免孤独
    2020-12-01 05:39

    I solved this error with installing adb

    On Linux

    sudo apt-get install android-tools-adb
    

提交回复
热议问题