android - 带有 ADT 的 Eclipse - adb.exe 即使在 IDE 退出后仍继续运行

标签 android eclipse android-studio

当带有 ADT 的 Eclipse 退出时,adb.exe 继续运行。 是否有一些 Eclipse 配置设置来确保 adb.exe 在 Eclipse 退出时退出?

环境:Windows 8.1,Eclipse adt-bundle-windows-x86_64-20140321。

这是在 Eclipse 和 Android Studio 之间切换时出现的问题。为了避免各种错误消息,这是我必须做的:[1] 杀死第一个应用程序(比如 Eclipse) [2] 在任务管理器中手动杀死 adb.exe [3] 启动第二个应用程序(比如 Android Studio)。

最佳答案

据我所知,adb 是一个客户端-服务器系统;即使没有人连接到设备,它也会使服务器保持运行。您可以发出命令 adb kill-server 强制其关闭,但 Android Studio 应该会自动检测已在运行的 adb 服务器进程。你有 2 个 ADT 安装吗?

关于android - 带有 ADT 的 Eclipse - adb.exe 即使在 IDE 退出后仍继续运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24237549/

相关文章:

java - Android Studio 1.4 - 在根项目 'assemble' 中找不到任务 'bin'

android - ProgressDialog 旋转圈

android - 如何处理多个 jar 处理问题?

eclipse - SVN : missing files in local copy

Eclipse 调试 View 中未显示 Java 源代码

android - 同步失败错误 :Cause: org/jetbrains/plugins/gradle/tooling/ModelBuilderService

android - 项目不显示在 Android Studio 蓝图或设计中

Android 开发 - 使用 simple_list_item_multiple_choice 和 CHOICE_MODE_MULTIPLE 的 isChecked Checkbox

android - 如何将 View 放在 CollapsingToolbarLayout 上方

linux - 为什么 wicket maven 原型(prototype)不是网络?