问题描述
我无法连接到我的了使用亚行通过命令行或的
I can't connect to my device anymore using ADB through the command line or in Eclipse.
运行命令
adb devices
返回的设备名称,但它说,它的下线。
returns the device name, but it says it's offline.
的事情。
- 在Android的切换调试模式
- 重新安装了谷歌USB驱动程序
- 恢复操作系统至previously工作备份(的CyanogenMod )
- 交换了USB线
- 重新启动了手机/电脑多次
- 更新了Android SDK
- Toggled Android debugging mode
- Reinstalled the Google USB driver
- Restored the OS to a previously working backup (CyanogenMod)
- Swapped the USB cord
- Rebooted the phone/computer multiple times
- Updated the Android SDK
我真的没有任何线索是怎么回事。你还有什么想我可以试试,我所有的耳朵。
I really don't have any clue what's going on. Anything else you think I can try, I'm all ears.
需要明确的是,如果你有同样的问题,这个问题可能是出过期的SDK。由于4.2.2有安全功能,需要您确认连接设备的RSA指纹。打开SDK管理器和更新工具!然后重新启动。
推荐答案
我今天刚刚拿到了同样的问题后,我的和 Galaxy Nexus的被更新到Android 4.2.2
I just got the same problem today after my Nexus 7 and Galaxy Nexus were updated to Android 4.2.2.
这是固定的为我的事情是到SDK平台的工具升级到r16.0.1。对我来说,这个版本是不显示在我的SDK管理器中,所以我把它下来的直接。
The thing that fixed it for me was to upgrade the SDK platform-tools to r16.0.1. For me, this version was not displayed in my SDK Manager, so I pulled it down from http://dl.google.com/android/repository/platform-tools_r16.0.1-windows.zip directly.
然后,您需要重命名平台工具
目录,并解压缩到 Android的SDK-窗口/平台工具
。使用SDK管理器,我也更新到最新的SDK-工具,在此之前。
You then need to rename the platform-tools
directory and unzip it to android-sdk-windows/platform-tools
. Using the SDK Manager, I had also updated to the latest sdk-tools before this.
如果你的整个Eclipse和 ADT 是古代,你可能需要更新它们为好,但我也没必要。
If your whole Eclipse and ADT are ancient, you may need to update them as well, but I didn't need to.
请注意:您可能需要运行SDK管理器两次(一次自我更新)之前,你会看到最新的软件包
Note: you may need to run SDK Manager twice (once to update itself) before you will see the latest packages.
这篇关于亚洲开发银行的Android设备脱机,无法发出命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!