eclipse无线连接android真机能进调试

将手机与电脑连接到同一个网段,

在手机上安装wifi adb程序,并打开,会得到一个IP及端口,比如是 192.168.1.126:5555

进入android sdk目录sdk\platform-tools,运行 adb connect 192.168.1.126:5555

搞定。

posted on 2014-04-17 11:38  jxgxy  阅读(4621)  评论(0编辑  收藏  举报

导航