简体   繁体   English

Eclipse IDE无法识别LG G2(android 4.4.2 kitkat)

[英]Eclipse IDE won't recognize LG G2 (android 4.4.2 kitkat)

i enabled the developer option and the USB debugging mode on LG G2 (android 4.4.2). 我在LG G2(android 4.4.2)上启用了开发人员选项和USB调试模式。
i cant manage to get it recognize by Eclipse IDE , how can i do that? 我无法通过Eclipse IDE识别它,该怎么办? do i need any other software ? 我还需要其他软件吗?

First check if you can find it through adb on the command line 首先检查您是否可以通过命令行上的adb找到它

adb devices

if you can't it might be one of these reasons: 如果不能,则可能是以下原因之一:

  • Have you installed the drivers? 您安装了驱动程序吗?
  • I've noticed in my phone that it can't be used to debug when it is in the "Media Device" mode in Settings -> Storage -> USB Computer Connection 我在手机中注意到,当它处于“设置”->“存储”->“ USB计算机连接”中的“媒体设备”模式时,它无法用于调试

test if adb recognize your phone? 测试adb是否识别您的手机?

in cmd.exe type : 在cmd.exe中输入:

 adb devices 

if result is look like : 如果结果如下所示:

List of devices attached 连接的设备列表

You should install you phone USB driver. 您应该安装手机USB驱动程序。

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

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