English 中文(简体)
我如何在视窗7安装Nexus One的USB驱动器,以便进行分解?
原标题:How do I install the USB driver for Nexus One on Windows 7 for debugging purposes?

我已经执行了一个简单的信条,我现在要测试一个真正的装置。 我有一个Nexus One。

在安伯茨直升机场,我下载并安装了USB(Revision 3)包裹。 但是,当我使用USB电缆将我Nexus One与我的PC(管理视窗7)连接起来时,电文箱便会渗入并显示“没有司机”“Nexus One”。

“司机软件安装”/

我在我的装置上引爆了USB Debugging。 当我操作<条码>db装置时,它只是印刷品<条码>。 所附设备清单,无装置清单。 如果我使用Windows的Device Manageres,并试图更新“Nexus One”的驱动力,我不能在Android SDK的“driverDirectory”中挑选一名司机。

How can I install a driver for Nexus One on Windows 7 so I can use it for USB debugging my Android applications on a real device? Android SDK and AVD Manager Device Manager

最佳回答

rel=“noreferer”>http://developer.android.com/sdk/win-usb.html

The USB driver for Windows is a downloadable component for the Android SDK. If you are developing on Windows and would like to connect an Android-powered device to test your applications, then you will need to install the USB driver.

该文件提供了关于最新版的USB驾驶员的资料,以及关于在你的开发计算机上安装驾驶员的指南。


USB Driver for Windows, Revision 3 (January 2010)
Adds support for the Nexus One.


The USB Driver for Windows is available for download as an optional SDK component. You need the driver only if you are developing on Windows and want to connect an Android-powered device to your development environment over USB.

To install the driver or upgrade your existing driver to the latest revision, you must first download the driver to your development computer.

To download the driver, use the Android SDK and AVD Manager tool that is included with the Android SDK. If you haven t yet installed the Android SDK, as described in Installing the Android SDK, please do so before continuing with the driver installation.

When you are ready to download the driver, follow the instructions given in Adding SDK Components to launch the Android SDK and AVD Manager. From the Available Packages panel, select "Usb Driver Package" and download it to your computer. The driver files are downloaded into the <sdk>usb_driver directory.

After the download, follow the instructions below to install or upgrade the driver, based on your needs and Windows operating system version. If you are connecting an Android-powered device to your computer for the first time, follow the below procedure to "Perform a fresh installation." If you have installed one of the older USB drivers and would like to upgrade to the latest version, follow the procedure to "Upgrade an existing driver."

Once you ve completed the USB driver installation, please see Developing on a Device for other important information about using an Android-powered device for development.

问题回答

截至2013年3月,你不需要安装任何Nexus。 一台司机——Windows 7如果允许,能够自动在线安装司机。 司机姓名为Androidtegrated ADB Interface:

“Androidtegrated

仅保证视窗安装视窗更新的驱动器:起始搜索场的“Change装置安装环境”类型,并核对“视窗更新的全司机软件,如果在我的计算机中找不到的话:

“entergraph

为什么这样做? 由于你不必安装整个信安部或~400MB ADT Bundle,(通过这一途径)该密码不再有司机档案:extrasgoogleusb_driver ,尽管。 页: 1

Go to Settings -> Applications -> Development andeck that USA Debugging have contributed.

Danny.

better use a sync product like Dropbox or Fiabee, you ll be able to transfer anything back and forth with no effort, works with all USB cables :) In the second, you can even synchronize your photos without having to worry about copying them.





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签