OS-X|Genemotion emulator- ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon
OS-X|Genemotion emulator- ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon
您好,我在 mac os-x10.11.4.
中使用 genymotion 模拟器
虽然 运行 adb pull 命令我收到 无法启动守护进程 错误。
我阅读了各种 SO 问题,但其中 none 正在提供帮助。
这就是我正在做的!
路径 -
cd/Library/Android/sdk/platform-tools
./adb shell
root@vbox86p - adb pull /data/data/com.something.android/sample.db
Error - ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
有什么解决办法吗?
Genymotion 附带的 ADB 二进制文件看起来与 Android Studio 附带的 ADB 二进制文件不兼容。要解决这个问题:
- 停止任何 运行 Genymotion 设备
- 终止任何 adb 进程运行
- 打开 Genymotion 设置,转到 ADB 选项卡
- Select "Use Android Studio SDK tools"
- 输入您的 Android Studio SDK
的路径
您好,我在 mac os-x10.11.4.
中使用 genymotion 模拟器虽然 运行 adb pull 命令我收到 无法启动守护进程 错误。
我阅读了各种 SO 问题,但其中 none 正在提供帮助。
这就是我正在做的!
路径 -
cd/Library/Android/sdk/platform-tools
./adb shell
root@vbox86p - adb pull /data/data/com.something.android/sample.db
Error - ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
有什么解决办法吗?
Genymotion 附带的 ADB 二进制文件看起来与 Android Studio 附带的 ADB 二进制文件不兼容。要解决这个问题:
- 停止任何 运行 Genymotion 设备
- 终止任何 adb 进程运行
- 打开 Genymotion 设置,转到 ADB 选项卡
- Select "Use Android Studio SDK tools"
- 输入您的 Android Studio SDK 的路径