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

前端 未结 16 1343
情深已故
情深已故 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:25

    Sometimes it may happened due to insufficient storage within emulator.Try something like below:
       1. Stop emulator
       2. Open AVD Manager -> Wipe Data
       3. Start emulator and run your project.
    

提交回复
热议问题