手动触发摇一摇:adb shell input keyevent 82(有时模拟器摇一摇无效)
android studio检测不到模拟器:
命令行cd到模拟器安装目录,找到adb.exe(夜神是nox_adb.exe,蓝叠是HD-adb.exe)执行命令:
夜神模拟器
nox_adb.exe connect 127.0.0.1:62001(localhost:62001)
蓝叠模拟器
HD-adb.exe connect localhost:5555
Posted 土豆何必为难土豆
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native之模拟器调试相关的知识,希望对你有一定的参考价值。
手动触发摇一摇:adb shell input keyevent 82(有时模拟器摇一摇无效)
android studio检测不到模拟器:
命令行cd到模拟器安装目录,找到adb.exe(夜神是nox_adb.exe,蓝叠是HD-adb.exe)执行命令:
夜神模拟器
nox_adb.exe connect 127.0.0.1:62001(localhost:62001)
蓝叠模拟器
HD-adb.exe connect localhost:5555
以上是关于react-native之模拟器调试的主要内容,如果未能解决你的问题,请参考以下文章
react-native模拟机调试步骤详解 ——亲测有效!!!!