Android 在 Windows 7 上的 ASUS Memo Pad FHD 10 (ME302KL) 上进行 USB 调试的驱动程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20018234/
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
Driver for USB debugging on an ASUS Memo Pad FHD 10 (ME302KL) on Windows 7
提问by Cozzer
I need to debug some Android apps on a real device. I have an ASUS Memo Pad 10 and a desktop with Windows 7.
我需要在真实设备上调试一些 Android 应用程序。我有一个 ASUS Memo Pad 10 和一个装有 Windows 7 的桌面。
I tried following the instructions on the Android Developer site and turned on the USB-Debug option on the tablet, but my desktop can't find any relevant driver in the Android SDK directories, and using "adb devices" gives me an empty list.
我尝试按照 Android Developer 站点上的说明操作并打开平板电脑上的 USB-Debug 选项,但我的桌面在 Android SDK 目录中找不到任何相关驱动程序,并且使用“adb devices”给了我一个空列表。
Is there a way to get my desktop to recognize this tablet?
有没有办法让我的桌面识别这个平板电脑?
回答by Hawk
- Download http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME173X/ASUS_Android_USB_drivers_for_Windows.zip.
- Extract files.
- Right click on Computer and select "Manage".
- Click Device Manager.
- Right click on "ME302KL" and choose "Update Driver Software..." and do a manual install.
- 下载http://dlcdnet.asus.com/pub/ASUS/EeePAD/ME173X/ASUS_Android_USB_drivers_for_Windows.zip。
- 提取文件。
- 右键单击计算机并选择“管理”。
- 单击设备管理器。
- 右键单击“ME302KL”并选择“更新驱动程序软件...”并进行手动安装。