目前qap debug默认使用无线网络进行通讯,但是对于有数据线的用户可以使用USB进行debug。移动设备可以关闭网络连接进行调试。
只支持Android系统版本5.0及以上
1.环境安装
a) Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
b) Install adb
brew install android-platform-tools
c) check
adb devices
有类似输出就表示adb安装成功
List of devices attached 015bde4c896a518e device
2.adb debug时使用–usb
qap debug --usb
to be continued…