常用指令

常用指令

Mac terminal 顯示完整路徑:

$ pwd

(print working directory 的縮寫),會顯示當前所在目錄的完整路徑:

Adb 無限debug:

adb -s [設備代號] shell ifconfig

adb -s [設備代號] tcpip 5555

adb connect tcpip:5555

結束:adb disconnect tcpip:5555

Last updated