Android Studio ADB连接错误 [英] Android Studio ADB connection error

查看:334
本文介绍了Android Studio ADB连接错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更新到1.3后,我遇到了困扰我的问题,我启动了Android Studio,并收到一条消息,说:

i got this problem that is annoying me after updating to 1.3 , i fired up Android Studio and got a message saying :

***无法建立连接到adb
如果您已经运行了不兼容的adb版本,通常会发生这种情况。
杀死任何现有的adb守护程序后,尝试重新打开Android Studio。
如果这种情况反复发生,请在 http://b.android.com 处提交错误,包括以下内容:

***Unable to establish a connection to adb This usually happens if you have an incompatible version of adb running already. Try reopening Android Studio after killing any existing adb daemons. If this happens repeatedly ,please file a bug at http://b.android.com including the following :


  1. 命令'C:\Users\username\AppData\Local\Android\sdk\platform-tools\的输出\adb.exe设备的

2.you Idea.log文件(帮助|显示登录浏览器)***

2.you Idea.log file (Help |Show log in explorer)***

解决方案如何,我正在运行Win7 32位

Whats the solution ,i'm running Win7 32bit

推荐答案

终止正在运行的adb进程,为此,

You need to kill the adb process that is running, to do so,


  1. 转到Spotlight搜索,打开活动监视器,

  1. Go to Spotlight search, open Activity Monitor,

在CPU标签下为adb循环,

Loop for adb under CPU tag,

现在选择它并强制退出该过程。

Now Select it and Force Quit the process.

您也可以通过终端命令通过键入Kill -9 adb

You can kill adb process through Terminal command too, by simply typing Kill -9 adb

注意 :有时,当您试图强制关闭它们时,它们会不断重启。确保退出所有仿真器并断开所有设备的连接,以免发生任何错误。

Note: Sometimes When u tried to force close them they kept restarting. Make sure you quit any emulators and disconnect any devices to avoid any mistake.

这篇关于Android Studio ADB连接错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆