会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
leemoaly
First Rule: Doing the same thing but expecting a differnet result is the definition of insanity!
Second Rule: Modeling without thinking why and how it's just repeat not learining.
Third Rule: The quieter you become .the more you are able to hear
博客园
首页
新随笔
联系
订阅
管理
2015年5月20日
【原创】Android开发之ADB及ADB SHELl命令的应用
摘要: adb的全称为Android Debug Bridge,就是起到调试桥的作用。通过adb我们可以在Eclipse中方面通过DDMS来调试Android程序,说白了就是debug工具。adb的工作方式比较特殊,采用监听Socket TCP 5554等端口的方式让IDE和Qemu通讯,默认情况下adb会daemon相关的网络端口,所以当我们运行Eclipse时adb进程就会自动运行。 adb是And...
阅读全文
posted @ 2015-05-20 12:53 leemoaly
阅读(1914)
评论(0)
推荐(0)
编辑
公告