终于用ADB连上平板了
可以看到设备管理器里, ADB Interface 设备装不上驱动。
1,百度到的内容,没有一个靠谱的。
2,google到内容了, 却因为看的不仔细,浪费了好多时间。。。(android自己的文章都是有问题的)
3,最近(2018/3/9)又重新安装了一下。 翻—墙单独下了 usb driver (上传到cnblogs了),这样就不用下载整个sdk. 不过,安装次序没变,一点都不能偷懒。
google_adb_usb_driver_windows.zip
下面的才是正确的,注意红字!!!
Step 1: Download Android SDK: Android SDK download link
Scroll to the bottom of the page linked above, then click on “Download for other platforms”. From there, you can download the zip version as well as the exe installer. File names will be like:
- Zip Package for Windows: android-sdk_r21.0.1-windows.zip
- SDK Installer for Windows: installer_r21.0.1-windows.exe
Download the one of your choice.
Step 2: If you downloaded the zip package, extract it to a convenient location. If you downloaded .exe installer, install it on your PC.
For this guide, we extracted the zip file to D:\ drive. Upon extracting, it will create a directory named android-sdk-windows.
Step 3: Open the android-sdk-windows directory and run the SDK Manager.exe. It will fetch all the packages for you, wait till it’s done.
From here, you can install or delete the packages.
Step 4: Select following packages to install:
- Android SDK Platform-tools
- Google USB Driver
After selecting the packages and unchecking all other options, click “Install 2 packages…” button at bottom right.
Step 5: A window will appear asking for confirmation. Select “Accept All” option and click on “Install” button to continue.
The selected packages will now be downloaded and installed. Be patient. After it’s done, you will see the confirmation message in SDK Manager.
Step 6: Now connect your device to the computer. You will notice drivers getting installed, which will eventually fail. Don’t worry.
Step 7: Open Device Manager and locate your device under “Other devices”.
Step 8: Right click on your device and then click on “Update driver software”.
Step 9: Now click on “Browse my computer for driver software” option.
Step 10: In next screen, click on the option “Let me pick from a list of device drivers on my computer”.
Step 11: Now select “Show All Devices” option and click the next button.
Step 12: Now click on “Have Disk…” button. A window will pop up, click the browse button and browse to following location: D:\android-sdk-windows\extras\google\usb_driver and select android_winusb.inf file.
Note: If you installed / extracted the Android SDK to a different location, browse to that location instead of D:\.
Step 13: In next screen, select “Android Composite ADB Interface” and click the “Next” button.
原文连接:
http://donandroid.com/how-to-install-adb-interface-drivers-windows-7-xp-vista-623
终于用ADB连上平板了的更多相关文章
- Android Studio使用adb命令连接平板
有需要使用adb命令连接调试平板的同学可以参考下(下面是android官方文档,有点老). http://donandroid.com/how-to-install-adb-interface-dri ...
- 用LR录制终于可以在我的电脑上顺利弹出IE了
之前在我的电脑上各种折腾,由于是win764bit+IE11,安装了LR11连最基本的录制都没能搞定.google之后各种的尝试,也没能解决问题.狠下心来把IE11换成了IE8,终于可以勉强使用了,没 ...
- 终于搭好了WinCE上MFC的SDK环境
终于可以我的嵌入式之旅了,幸福啊...
- 终于下决心在cnblogs上安家了,^_^
以前在这个地方学到了很多东西,希望在这里安家以后,自己也可以有很多成长. mark一下,~~
- adb push命令的使用
最近刚接触一种工具(命令),什么命令呢?就是adb命令,对这个命令纯属一个小白鼠,什么都不懂,所以只能adb --help 一下参数,然后就尝试着使用. 今天遇到一个问题,需要将某个文件拷到小机上面, ...
- win上搭建react-native android环境
http://www.jianshu.com/p/2fdc4655ddf8 http://www.lcode.org/ http://www.jianshu.com/p/ad29d97b0e9d 学习 ...
- 采用CSS3 Media Query技术适应Android平板屏幕分辨率和屏幕像素密度
采用HTML5在开发移动应用程序满足各种需求Android分辨率和屏幕的平板设备密度,这是非常麻烦的过程,最终的解决方案是使用css media query,匹配相同的时间分辨率和屏幕像素密度.上进行 ...
- [ASP.NET 5]终于解决:Unable to load DLL 'api-ms-win-core-localization-obsolete-l1-2-0.dll'
11月12日,惊喜地发现SqlClient(System.Data.SqlClient.dll)跨平台了(对应的nuget包包是runtime.unix.System.Data.SqlClient), ...
- silverlight 获取服务器上图片出现异常 “AG_E_NETWORK_ERROR”
前言 之前项目一直是发布在IIS上面使用HTTP访问,现在要求改为HTTPS,通过在IIS生成自签名后,打开HTTPS通道,可以将原来的程序已HTTPS的方式发布出来. 可参见 http://blog ...
随机推荐
- Java事件监听的四种实现方式
1.事件对象: 一般继承自java.util.EventObject对象,由开发者自行定义. 2.事件源: 就是触发事件的源头,不同的事件源会触发不同的事件类型. 3.事件监听器: 事件监听器负责监听 ...
- Excel导出插件-VSTO
前言 一个游戏通常需要10多个Excel表格或者更多来配置,一般会通过导出csv格式读取配置. 本文提供导出Excel直接生成c#文件,对应数据直接生成结构体和数组,方便开发排错和简化重复写每个表格的 ...
- Spring,Struts2,MyBatis,Activiti,Maven,H2,Tomcat集成(四)——Activiti集成
1.添加Activiti Maven依赖: <!-- ==============================activiti=========================== --&g ...
- Kafka学习之(五)搭建kafka集群之Zookeeper集群搭建
Zookeeper是一种在分布式系统中被广泛用来作为:分布式状态管理.分布式协调管理.分布式配置管理.和分布式锁服务的集群.kafka增加和减少服务器都会在Zookeeper节点上触发相应的事件kaf ...
- 散列表(HashTable)
散列表 i. 散列函数 i. 冲突解决 ii. 分离链表法 ii. 开放地址法 iii. 线性探测法 iii. 平方探测法 iii. 双散列 ii. 再散列 ii. 可扩散列 i. 装填因子:元素个数 ...
- C++设计模式 之 “单一职责”模式:Decorator、Bridge
part 1 “单一职责”模式 在软件组件的设计中,如果责任划分的不清晰,使用继承得到的结果往往是随着需求的变化,子类急剧膨胀,同时充斥着重复代码,这时候的关键是划清责任. 典型模式 Decorato ...
- 20145306 张文锦 网络攻防 web基础
20145306 网络攻防 web基础 实验内容 WebServer:掌握Apache启停配置修改(如监听端口)前端编程:熟悉HTML+JavaScript.了解表单的概念编写不同的HTML网页,放入 ...
- 2017 ACM/ICPC 新疆赛区 I 题 A Possible Tree 带权并查集
传送门 题意:给定一棵带权树的形态, 但是并不知道每天条边的具体权重. 然后给m个信息, 信息格式为u v val, 表示在树上u 到 v 的路径上经过的边的权重的异或和为val, 问前面最多有多少个 ...
- [luogu 3957]跳房子
题目链接 50分做法 挺显然的一个做法,因为金币量是单调的(如果你花i枚金币可以得到最优解,i+1枚也一定可以),所以可以二分答案 然后对于二分出来的每个答案,都做一遍dp,效率$O(n^2logn) ...
- eclipse 在线安装反编译插件
打开eclipse help>install New Software…..>add Name:jd-eclipse_update_site Location:http://jd.beno ...