android - 我必须运行 adb connect 192.168.56.101 :5555 in order for android emulator to show up in list

标签 android android-emulator adb genymotion

当我启动 Genymotion 模拟器时(Android studio 模拟器崩溃 android studio 并且无法启动),我必须运行 adb connect 192.168.56.101:5555 才能将 adb 连接到模拟器。否则当我使用 adb devices 时它不会显示。我以前从来没有这样做过,我也不知道为什么。

最佳答案

看起来这与android sdk 平台工具的最新更新有关。将我的版本从 28.0.2 降级到 28.0.1,并在 adb devices 中成功获得了我的 genymotion 模拟器。

关于android - 我必须运行 adb connect 192.168.56.101 :5555 in order for android emulator to show up in list,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55381903/

相关文章:

java - Android : adb shell, 找不到命令 adb

android - ADB 拒绝 shell 命令 (ls -l/data)

android - Android Fragment 中的 Twitter 登录/身份验证

android - 处理 res/values 中的 Android 动态文本字符串

Android,独立版本的traceview被弃用

android - 唯一标识 Android 模拟器

android - 在模拟器上运行 APK : "Unfortunately, YourAPP has stopped."

android - layout_below 不适用于 CoordinatorLayout android

android - 如何解决android studio中任务 ':app:mergeDebugResources'的执行失败?

android - adb shell getprop 和 setprop 如何工作?