简体   繁体   English

Eclipse无法识别Android设备

[英]Eclipse does not recognize Android Device

My Eclipse does not recognize my Smartphone (Sony Xperia Z), I tried it with an other Smartphone, it worked perfectly without any problems. 我的Eclipse无法识别我的智能手机(Sony Xperia Z),我在其他智能手机上进行了尝试,它可以完美运行而没有任何问题。 Using Windows 7. Followed some advices like this one, the List ist empty: 使用Windows7。遵循类似这样的建议,“列表”为空:

C:\IDE\sdk\platform-tools>adb kill-server

C:\IDE\sdk\platform-tools>adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *

C:\IDE\sdk\platform-tools>adb devices
List of devices attached

I also installed the new driver in "device manager" with the latest usb-driver and also tried to update automaticly. 我还在最新的USB驱动程序的“设备管理器”中安装了新驱动程序,并尝试自动更新。 Restarted Eclipse, restarted Computer 10times, no change. 重新启动Eclipse,重新启动计算机10次,无变化。 I can access on the memory of the device. 我可以访问设备的内存。 USB-Debug-Mode is on(restarted it many times). USB调试模式已打开(多次重启)。 What can I do next? 接下来我该怎么办?

In my Xperia SI had the same problem. 在我的Xperia中,SI也有同样的问题。 The solution for me was to enable USB tethering . 对我来说,解决方案是启用USB tethering Don't forget to disable the corresponding network adapter in the device manager 不要忘记在device manager器中禁用相应的网络适配器

Check for USB debugging is checked or not.. 检查是否检查了USB调试。

if yes then connect and restart adb 如果是,则连接并重新启动adb

1) make sure in your device have enabled the "developer mode" in configurations. 1)确保您的设备已启用配置中的“开发人员模式”。

2) Make sure that you phone is really a Sony Xperia Z, because fake chinese mobile phone are very similar. 2)确保您的手机确实是Sony Xperia Z,因为假冒的中文手机非常相似。

3) Make sure that the cooked room or version of you Android is compatible to develop/debugging 3)确保煮熟的房间或您使用的Android版本兼容进行开发/调试

Sometimes ADB does not recognise some devices, i had a similar issue with some android devices, specially using Windows 8/8.1, my solution was to download a new ADB which comes with a folder calles "Microsoft.VC90.CRT" containing some DLL files, as soon as i replaced the SDK ADB with this new one, all my devices were ready to go. 有时ADB无法识别某些设备,我在某些android设备上也遇到了类似的问题,特别是在Windows 8 / 8.1下,我的解决方案是下载一个新的ADB,它带有一个名为“ Microsoft.VC90.CRT”的文件夹,其中包含一些DLL文件,只要我用新的SDK替换了SDK ADB,我的所有设备就可以使用了。

If you still having issues, let me know to upload the ADB rar. 如果仍有问题,请告诉我以上传ADB rar。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM