windows连接调试Nexus

by Web全栈工程师 on 2014 年 05 月 08 日

测试环境:
windows7
nexus5(android 4.4)

  1. 开启Nexus手机的开发者模式

    Nexus手机-【设置】-【关于手机】-连按5次【版本号】,返回设置菜单,在最底部出现【{}开发者选项】
    勾选中【USB调试】

  2. 连接手机到电脑

    手机连接电脑之后,在【设备管理器】里查看手机驱动是否安装正确,如果电脑能识别出”Android Device”,则说明驱动安装成功
    下载android手机驱动有二种方法,
    方法一:从android官网(https://developer.android.com/studio/run/win-usb.html)直接下载相关驱动包,重新更新驱动。
    方法二:安装Android Studio,在SDK Manager里下载Google Phone Drive

  3. 安装adb,并测试手机是否能识别

    可以单独下载adb工具包,再新增系统变量“adb”指向adb工具包路径,并在PATH系统变量里添加”%adb%”
    下载adb的连接资料如下:

    ADB和Fastboot for Windows
    
    https://dl.google.com/android/repository/platform-tools-latest-windows.zip
    
    ADB和Fastboot for Mac
    
    https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
    
    ADB和Fastboot for Linux
    
    https://dl.google.com/android/repository/platform-tools-latest-linux.zip
    			

    使用windows的命令行工具,测试adb命令是否生效,使用 adb devices 命令测试能否识别出手机。
    adb使用手册:https://developer.android.com/studio/command-line/adb.html?hl=zh-cn

Comments on this entry are closed.

Previous post:

Next post: