终于用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 ...
随机推荐
- MAX_STATEMENT_TIME uses confusing syntax
From https://bugs.mysql.com/bug.php?id=72540 [5 May 2014 18:46] Morgan Tocker Description: Via C ...
- activemq 消息队列服务器
ActiveMQ 安装配置 更多 安装 前置条件:1)安装JDK:2)配置 JAVA_HOME 环境变量,确保 echo $JAVA_HOME 输出JDK的安装路径 下载:wget http://ww ...
- Trove系列(四)—Trove的快照功能介绍
Trove 快照用于支持DbaaS 备份,复制等功能.在Trove API (guest_agent)上将支持本功能.本功能将能够支持快照,从而用来进行副本设置,主数据库克隆和备份,以及数据恢复.目前 ...
- codeforces E - Anya and Cubes 分块处理 暴力搜索
说的是给了n个立方体,立方体从1标号到n,每个立方体上有一个数字, 你有 k 个机会 使得其中 k个数位他们自己的阶乘,(自然使用可以少于k次机会,每个立方体最多被使用1次) ,那么求出你从这n个立方 ...
- jQuery常用操作
jQuery jQuery是一个轻量级的JS库,是一个被封装好的JS文件,提供了更为简便的元素操作方式,jQuery封装了DOM. 使用jQuery 引入jQuery文件 <scrtipt sr ...
- Java(1-15)
1.方法参数是引用类型,传递的是内存地址!2.方法的重载特性:在同一个类中,允许方法同名,只要方法的参数列表不同即可!3.Stirng特殊在如果静态数据区中存在,那么不创建新的对象,而是指向这个对象. ...
- 【运维技术】JENKINS管道部署容器化初探
目标服务器安装docker参考官方文档 https://docs.docker.com/install/linux/docker-ce/centos/ (可选)在目标服务器上安装docker私服 ht ...
- COOKIE与SESSION、Django的用户认证、From表单
一.COOKIE 与 SESSION 1.简介 1.cookie不属于http协议范围,由于http协议无法保持状态,但实际情况,我们却又需要“保持状态”,因此cookie就是在这样一个场景下诞生. ...
- P2158/bzoj2190 [SDOI2008]仪仗队
P2158 [SDOI2008]仪仗队 欧拉函数 计算下三角的点数再*2+1 观察斜率,自行体会 #include<iostream> #include<cstdio> #in ...
- Android Socket 知识点汇总
版权声明:这篇博客资料来源 https://blog.csdn.net/carson_ho/article/details/53366856 , 未经授权,严禁转发! 一.网络基础 1.1 计算机网络 ...