com.android.ddmlib.InstallException: Failed to establish session react-native

前端 未结 16 1342
情深已故
情深已故 2020-12-12 19:05

I am trying to run react-native android app in my nexus5 emulator

adb devices
List of devices attached
emulator-5554   device

started pack

16条回答
  •  隐瞒了意图╮
    2020-12-12 19:38

    adb is known to be flaky. Try:

    • Restarting adb with $ adb kill-server
    • Restarting the emulator
    • Using Genymotion instead of stock Google emulator.

提交回复
热议问题