eclipse 没有显示我与 android 4 的星系关系?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8371787/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
eclipse doesnt show my galaxy nexus with android 4?
提问by user1079516
i tried everything. Checked USB debugging and allowed unknown sources. (Android 4.0.1)
我尝试了一切。检查 USB 调试并允许未知来源。(安卓 4.0.1)
When i connect galaxy nexus with the PC without USB debugging, it works. When i connect galaxy nexus with the PC with USB debugging, it doesn't work.
当我在没有 USB 调试的情况下将 Galaxy nexus 与 PC 连接时,它可以工作。当我通过 USB 调试将 Galaxy nexus 与 PC 连接时,它不起作用。
I can start my app on windows.
我可以在 Windows 上启动我的应用程序。
I have Windows 7.
我有 Windows 7。
Thnx
谢谢
回答by Huang
in order to debug apps on the device, you need to install a USB driver first. although you may connect the device to PC as mass storage, you still need the driver for development. you can download it from the manufacturer Sumsung.
为了在设备上调试应用程序,您需要先安装 USB 驱动程序。虽然您可以将设备连接到 PC 作为大容量存储,但您仍然需要驱动程序进行开发。您可以从制造商 Sumsung 下载它。
also,make sure you have installed the latest ADT plugin.
另外,请确保您已安装最新的 ADT 插件。
回答by Christopher Wendels
the samsung drivers have moved. this one fixed the issue for me
三星司机搬家了。这个为我解决了这个问题
http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows
http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows
回答by user1023127
You need to download the USB Driver from Samsung: http://www.samsung.com/us/support/owners/product/SCH-I515MSAVZW#content2
您需要从三星下载 USB 驱动程序:http: //www.samsung.com/us/support/owners/product/SCH-I515MSAVZW#content2
回答by neteinstein
If you want to install something that will avoid any future problem with every Samsung device, install Samsung Kies:
如果您想安装可以避免未来每台三星设备出现任何问题的东西,请安装三星凯斯:
回答by Warwick Allison
One confusion is that the Android docs mention the Galaxy Nexus One and Nexus S as needing the Google USB Driver. The Galaxy Nexus does not, it needs the Samsung one.
一个混淆是 Android 文档提到 Galaxy Nexus One 和 Nexus S 需要 Google USB 驱动程序。Galaxy Nexus 不需要,它需要三星的。
回答by Boris Lopez
Instal OEM USB Drivers: http://developer.android.com/tools/extras/oem-usb.htmlFor Google devices install Google USB driver: http://developer.android.com/sdk/win-usb.html
安装OEM USB 驱动程序:http: //developer.android.com/tools/extras/oem-usb.htmlGoogle 设备安装 Google USB 驱动程序:http: //developer.android.com/sdk/win-usb.html

