👨‍💻
Mason 開發筆記
  • ✅專案經歷
    • 一加專案經驗
    • 應用開發筆記
  • GuessNumber Kotlin Firebase問題總匯
  • Git 常用指令
  • Vim 學習記錄
  • Kotlin Scope function
  • Android
  • PRIVACY NOTICE
  • 常用指令
  • 極速開發系列
  • Firebase AdMob 開發紀錄
  • Coroutine 紀錄
  • Kotlin Flow
  • Android
    • Data binding
    • Android Livedata
    • Unit Test
Powered by GitBook
On this page

常用指令

常用指令

Mac terminal 顯示完整路徑:

$ pwd

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

Adb 無限debug:

adb -s [設備代號] shell ifconfig

adb -s [設備代號] tcpip 5555

adb connect tcpip:5555

結束:adb disconnect tcpip:5555

PreviousPRIVACY NOTICENext極速開發系列

Last updated 2 years ago