c:\ChangZhi\dnplayer2   d:\ChangZhi\dnplayer2
然后在电脑的 terminal 中执行 " 端口转发 " 命令:adb forward tcp:8008 tcp:8008   adb forward tcp:8007 tcp:8007

 ( 如果有多个设备时,使用 adb devices 查看设备,再使用 -s 指定要连接的设备)  adb -s emulator-5554 forward tcp:8008 tcp:8008   adb -s emulator-5554 forward tcp:8007 tcp:8007

转发电脑的 8008 端口到手机的 8008 端口。

在电脑上访问 http://127.0.0.1:8008 就可以看到 inspeckage 的 web 界面了。

最新文章

  1. Codeforces Round #381 (Div. 2)D. Alyona and a tree(树+二分+dfs)
  2. Python基础(深、浅拷贝)
  3. wex5 教程之 图文讲解 Cloudx5一键部署
  4. 【Django】如何按天 小时等查询统计?
  5. memcached内存管理及key value长度限制
  6. synchronized(this) 和synchronized(xxx.class)的区别和联系
  7. CSS两列及三列自适应布局方法整理
  8. CSharp Oracle 登陆
  9. SuperSocket 最基础入门
  10. d3.event=null
  11. python初学心得之一
  12. nacos 使用记
  13. tkinter python(图形开发界面)
  14. Swagger2 配置
  15. rawbytestring
  16. hdu1251 && hud 1247 (字典树)
  17. NoSQL数据库笔谈
  18. shell之read命令
  19. mongodb分片(七)
  20. html,图片上传预览,input file获取文件等相关操作

热门文章

  1. python 之将xmind转为excel用例文件
  2. 使用 sp_executesql 动态执行sql
  3. 【转载】EXCEL VBA 工作簿(表)合并拆分
  4. 【转载】SQL SERVER 通过对汉字、字母和数字的Unicode码区间的判断来识别字符串
  5. [python] 个人日常python工具代码
  6. linux配置本地yum源实现在局域网中在线安装软件包
  7. 焦距的物理尺度、像素尺度之间的转换关系以及35mm等效焦距
  8. [WPF]auto和*总结
  9. spark RPC超时造成任务异常 Attempted to get executor loss reason for executor id 17 at RPC address 192.168.48.172:59070, but got no response. Marking as slave lost.
  10. Vue 快速入门(一)