第1节:ReactNative开发环境搭建与运行

[TOC]

Android_devices

一、Android中找不到devices的问题处理

查询设备,请使用adb devices

错误提示:error No Android devices connected.

no_Android_device

此时需要:

①、adb kill-server

②、adb start-server

adb devices

原因:模拟器在运行一段时间后,adb服务有可能会出现异常。这时需要重新对adb服务关闭和重启。

附:reload 命令adb shell input keyevent 82

安卓设备值来源:

设备_adb devices