react-native run-android DeviceException Could not create ADB Bridge

后端 未结 5 542
星月不相逢
星月不相逢 2021-01-01 13:03

I have created a React-Native Project,When I run react-native run-ios,I get the build successed.But when I run react-native run-android I get this

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-01 13:28

    1.Go to android sdk path => c:\User\AppData\Local\Android\Sdk\platform-tools 2.Enter adb kill-sever && adb start-server

提交回复
热议问题