Android adb 常用命令

// 不能正常启动 手机debug
C:\Users\Billy>adb kill-server
* server not running *

C:\Users\Billy>adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *


// 卸载 手机上 未删除干净的 程序, -- 起因,未删除 不能用手机debug
C:\Users\Billy>adb uninstall com.handyfashion
adb server is out of date.  killing...
* daemon started successfully *
Success

你可能感兴趣的:(android adb)