您的位置:首页 > 移动开发 > Android开发

Android adb 常用命令

2012-09-17 17:30 465 查看
// 不能正常启动 手机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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: