我有MTK 6575 N8000 Android 4.0.3手机,我想运行我在 Eclipse 中开发的应用程序。但是当我尝试运行我的应用程序时,Eclipse 没有检测到这个设备。所以任何人都可以建议我需要设置或下载什么来在这个设备上运行我的应用程序。
问问题
4141 次
3 回答
1
安装 Google usb 驱动程序或选择运行配置选择手册以在您的设备上编译程序
于 2012-10-04T06:55:23.850 回答
1
转到我的电脑图标 右键单击我的电脑图标并选择管理
选择设备管理器
并选择 USB 端口
Un Plug and Plugin ur USB 设备
然后选择你的USB端口......
提供更新驱动程序并浏览文件夹
Androis SDK 在您的计算机中并选择 Google Usb 文件夹并选择 OK .....
它将安装一个支持所有 USB 驱动程序的驱动程序......试试看吧
于 2012-10-04T07:23:31.150 回答
1
To install the Android USB driver on Windows XP for the first time:
Connect your Android-powered device to your computer's USB port. Windows will detect the device and launch the Hardware Update Wizard.
Select Install from a list or specific location and click Next.
Select Search for the best driver in these locations; un-check Search removable media; and check Include this location in the search.
Click Browse and locate the USB driver folder. (The Google USB Driver is located in <sdk>\extras\google\usb_driver\.)
Click Next to install the driver.
Or, to upgrade an existing Android USB driver on Windows XP with the new driver:
Connect your Android-powered device to your computer's USB port.
Right-click on My Computer from your desktop or Windows Explorer, and select Manage.
Select Device Manager in the left pane.
Locate and expand Android Phone in the right pane.
Right-click Android Composite ADB Interface and select Update Driver. This will launch the Hardware Update Wizard.
Select Install from a list or specific location and click Next.
Select Search for the best driver in these locations; un-check Search removable media; and check Include this location in the search.
Click Browse and locate the USB driver folder. (The Google USB Driver is located in <sdk>\extras\google\usb_driver\.)
Click Next to upgrade the driver.
于 2012-10-04T11:22:53.803 回答