首页 > 移动平台 > 详细

Android studio 通过wifi debug

时间:2015-10-14 01:51:20      阅读:660      评论:0      收藏:0      [点我收藏+]

使用的手机端app为 ADB WiFi Reborn

Instructions (I assume you have ADB installed in the PC):

- Execute this application in your android device
- Click the bug image until it becomes green (you provably need to provide superuser permissions)
- Open a terminal or command session in your PC
- execute "adb connect XX.XX.XX.XX" in the PC (the connect address is provided by my application
- execute "adb shell" in the PC (or any ADB command)

** Remember to activate USB debugging in device settings **
** THIS APP REQUIRES SUPERUSER PERMISSIONS **

技术分享技术分享

miui官方下载“开发版”,刷机后,在“安全中心”->“授权管理”内会有一项“root权限管理”,添加root权限给app。

在电脑端使用adb命令链接手机,默认端口为5555,如果链接成功,在Android studio中就能看到手机,接着就正常调试了

$ adb connect #.#.#.#
connected to #.#.#.#:5555

$ adb devices
List of devices attached
#.#.#.#:5555 device



Android studio 通过wifi debug

原文:http://my.oschina.net/u/588339/blog/516855

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!