android之adb shell

# 个人发现百度搜索adb返回的都是些什么烂结果啊!!!于是决定自己写一篇:
一、安装篇:
1.windows7(64位)安装adb shell

下载ADB Kits
wget http://adbshell.com/upload/adb.zip
使用unzip解压
unzip adb.zip
得到如下三个文件
AdbWinUsbApi.dll
adb.exe
AdbWinApi.dll
将adb.exe
AdbWinUsbApi.dll
AdbWinApi.dll复制到C:\Windows\SysWOW64目录下
二、调试篇
1.adb devices
报如下错误
这里写图片描述
解决方法:把上面的三个文件都拷贝到SysWOW64目录下。
2. adb devices
没有列出设备
这里写图片描述

转载于:https://www.cnblogs.com/lineuman/p/6775943.html

你可能感兴趣的:(android之adb shell)