android - 在 Eclipse 中未检测到设备

标签 android android-debug

我已经尝试了以下所有方法

已提供链接,但 Eclipse 中仍未检测到我的设备:

My phone cannot be detected in eclipse to test run

Device not detected in Eclipse when connected with USB cable

http://developer.android.com/tools/extras/oem-usb.html

谁能告诉我该怎么办?我哪里遗漏了什么?

最佳答案

请安装此驱动程序 - Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0.exe

安装此驱动程序后,您的设备将被检测到。

如果不是,则在 CMD 中:

->adb kill-server
->adb start-server
->adb devices

关于android - 在 Eclipse 中未检测到设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20834457/

相关文章:

android - 从 Fragments 重构为 Activity

android - 以编程方式更改布局高度,如何避免滞后?异步任务

android - "Failed sending reply to debugger: Broken pipe"尝试在 Android 设备上运行应用程序时

android - 如何找出针对 Strictmode 策略违规采取的措施

android - 无法在 chrome 远程调试中检查 android 应用程序

android - 谷歌地图在 Android 上运行良好,但我仍然收到错误 "Could not find class ' maps.i.k',引用自方法 maps.z.ag.a"

java - 在所有 Android 客户端上共享相同的 map

java - 可以获取条目但不能获取重力

android - 使用 Android FileProvider 将照片和视频保存到图库

Android调试-Nexus 7-eclipse-mac下状态下线