// 先usb鏈接手機,設置手機tcp鏈接端口爲5555 adb tcpip 5555 // 斷開usb,採用tcpip鏈接手機 adb connect 10.33.70.165:5555 // 斷開tcpip鏈接 adb disconnect 10.33.70.165:5555
// 獲取當前界面元素 adb shell dumpsys activity top // 獲取App入口 adb shell dumpsys activity activities // 啓動app adb shell am start -W -n com.xueqiu.android/.view.WelcomeActivityAlias -S // 獲取當前界面元素 adb shell dumpsys activity top