React Native开发时devices offline和手机不能晃动的处理

1. adb device 显示 devices offline

可能重启adb server:

$ adb kill-server
$ adb start-server

2. 华为等手机不能 晃动显示 debug 菜单可以:

$ adb shell input keyevent 82

然后 Reload JS 即可.

原文地址:https://www.cnblogs.com/yuri2016/p/7149685.html