Android 一些指令

weixin_34185364發表於2017-06-08

DDMS

Dalvik debug monitor service

ADB

Android debug brige

  • 建立eclipse和android裝置之間的連線
ADB指令
  1. adb start-server 啟動adb程式
  2. adb kill-server 殺死adb程式
  3. adb install e:\aaa.apk 安裝應用程式
  4. adb uninstall com.xxx.xxx 解除安裝應用程式
  5. adb devices 列出與開發環境連線的android裝置列表
  6. adb shell 進入andorid命令列

相關文章