DDMS
Dalvik debug monitor service
ADB
Android debug brige
- 建立eclipse和android設(shè)備之間的連接
ADB指令
- adb start-server 啟動(dòng)adb進(jìn)程
- adb kill-server 殺死adb進(jìn)程
- adb install e:\aaa.apk 安裝應(yīng)用程序
- adb uninstall com.xxx.xxx 卸載應(yīng)用程序
- adb devices 列出與開發(fā)環(huán)境連接的android設(shè)備列表
- adb shell 進(jìn)入andorid命令行