运行 "adb shell" 重启 ADB
Running "adb shell" restarts ADB
我正在使用 Android Studio 2.2.3。一切都是最新的。
运行 "adb shell" 在终端 中 Android Studio 生成以下内容:
adb server is out of date. killing...
* daemon started successfully *
error: device not found
要重新连接设备,我必须先 运行 "adb kill-server"。
这使得 运行ning shell 命令不可能。
有人可以提供有关如何解决此问题的提示吗?
来自 Android 工作室终端 运行
$ $ANDROID_HOME/platform-tools/adb shell
这确保您将使用相同的 adb
。
我正在使用 Android Studio 2.2.3。一切都是最新的。 运行 "adb shell" 在终端 中 Android Studio 生成以下内容:
adb server is out of date. killing...
* daemon started successfully *
error: device not found
要重新连接设备,我必须先 运行 "adb kill-server"。
这使得 运行ning shell 命令不可能。
有人可以提供有关如何解决此问题的提示吗?
来自 Android 工作室终端 运行
$ $ANDROID_HOME/platform-tools/adb shell
这确保您将使用相同的 adb
。