windows平台adb/fastboot安装

step1: 下载adb安装包

   解压之后的文件如下:

此时,已经可以在此文件夹的目录下使用adb/fastboot,但是在其他目录还是不可用。

step2: 要想在任意目录下使用adb/fastboot,需要在环境变量的path下添加此地址。

step3: 至此一般adb已经可以在任意目录下应用,但是,fastboot使用时会报错如下:

windows平台adb/fastboot安装_第1张图片

找不到libwinpthread-1.dll。

step4: 下载libwinpthread-1.dll,并把libwinpthread-1.dll放在和fastboot.exe相同的目录下。

windows平台adb/fastboot安装_第2张图片

OK,完美解决~

附件是文中adb和libwinhthread-1.dll的压缩包: https://download.csdn.net/download/cheriyou_/11562530

你可能感兴趣的:(基础知识)