我成功地连接到本地主机:5554,在/Users/me/.emulator_console_auth_token发现令牌认证,并得到了名单可用的命令:

$ telnet localhost 5554

Trying ::1...

telnet: connect to address ::1: Connection refused

Trying 127.0.0.1...

Connected to localhost.

Escape character is '^]'.

Android Console: Authentication required

Android Console: type 'auth ' to authenticate

Android Console: you can find your in

'/Users/me/.emulator_console_auth_token'

OK

auth 123456789XYZ

Android Console: type 'help' for a list of commands

OK

help

Android console command help:

help|h|? print a list of commands

crash crash the emulator instance

kill kill the emulator instance

quit|exit quit control session

redir manage port redirections

power power related commands

event simulate hardware events

avd control virtual device execution

finger manage emulator fingerprint

geo Geo-location commands

sms SMS related commands

cdma CDMA related commands

gsm GSM related commands

rotate rotate the screen by 90 degrees

然而,我注意到,在该页面中提到network,window和vm命令不在此列表中。我如何才能运行这些命令?

非常感谢您提前!

马特

android studio远程控制,Android Studio远程登录控制台缺少“网络”和“窗口”命令?...相关推荐

  1. scrapy 远程登录控制台

    远程登录控制台 Scrapy附带一个内置的telnet控制台,用于检查和控制Scrapy运行过程.telnet控制台只是一个运行在scrappy进程内部的常规python shell,因此您可以从中做 ...

  2. android手机远程控制_如何远程查看和控制您的Android手机

    android手机远程控制 If you've ever wished you could see your Android phone's screen on your desktop or rem ...

  3. MySQL 远程登录阿里云RDS和常用命令

    远程登录阿里云数据库RDS: mysql -h xxx.mysql.rds.aliyuncs.com -P 3306 -u test -p -h: RDS地址 -P: 端口号 -u: 用户名 -p: ...

  4. android studio远程控制,Android Studio实现远程服务详细说明

    AndroidStudio实现远程服务 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...

  5. 修改putty远程登录控制台的字体

    选change settings: 默认配置是类型为Courier New,10pt 我改成了我的最爱字体Inconsolata : 现在顺眼多了: 要获取更多Jerry的原创文章,请关注公众号&qu ...

  6. linux如何注销远程用户登录,Linux无法被远程登录;用户的关机, 重启,注销,新增用户,删除用户...

    不能使用xshell连接到我的Linux服务器 通过再windows的cmd中ping了我的Linux地址,发现网络不通. 查看百度发现是因为网络没有选桥接模式,然后选完桥接模式告诉我: 然后发现没有 ...

  7. 使用Windows远程登录Ubuntu

    一.SSH登录     1.Ubuntu默认没有安装SSH ,可以在新得利软件安装程序里,搜索SSH,标记并安装:         或者使用命令:     sudo apt-get install o ...

  8. 20.27 分发系统介绍 20.28 expect脚本远程登录 20.29 expect脚本远程执行

    20.27 分发系统介绍 20.28 expect脚本远程登录 20.29 expect脚本远程执行命令 20.30 expect脚本传递参数 20.27 分发系统介绍 分发系统,什么叫分发系统,首先 ...

  9. ftp主要完成与远程计算机的连接,2015计算机三级《网络技术》复习重点:远程登录服务和FTP服务...

    2015计算机三级<网络技术>复习重点:远程登录服务和FTP服务 一.远程登录服务(TCP连接)(TCP的23端口服务) 1.远程登录协议 用户使用Telnet命令,使自己的计算机成为远程 ...

最新文章

  1. 魅族适配鸿蒙吗,魅族智能生活发布会新增看点:接入鸿蒙操作系统
  2. DNS区域主从复制。。
  3. poj 2069 Super Star 最小求覆盖【爬山算法】
  4. LeetCode 65. 有效数字(逻辑题,难)
  5. 论文浅尝 - ICLR2020 | 用于半监督分类的图形推理学习
  6. Lync Server 2010 安装部署系列三:添加DNS记录
  7. 程序员都长得丑?颜值底线是程序员?
  8. WinForm 之 程序退出
  9. 双显示器N卡安装ubuntu驱动以及解决办法
  10. 牛客网——约数的个数
  11. 广发银行大数据管控互联网风险
  12. python 标签字体大小_Python玩转Excel(第3期)~这里只有干货
  13. 开源软件安全检查工具
  14. CORS跨域-Nginx使用方法(Access-Control-Allow-Origin错误提示)
  15. 国内使用谷歌健身的方法
  16. 语音之家SOTA | TIOBE 滚动测试报 2021.10
  17. 计算机键盘功能教案,键盘认识教案
  18. 地下市场金融牌照疯狂买卖:全牌照可以卖十几个亿
  19. 2021-10-21python中spilt函数的学习
  20. 程序龙的密码(递归算法)

热门文章

  1. 通俗解释指数加权平均
  2. 深度学习编译器Data Flow和Control Flow
  3. 2021年大数据Hadoop(四):Hadoop发行版公司
  4. 在Lumen中引入钉钉SDK
  5. 零起点学算法104——第几天?
  6. logcat 结合 grep 过滤 log 日志信息
  7. styleable cannot be resolved or is not a field
  8. 2022-2028年中国UTM市场投资分析及前景预测报告
  9. Numpy 统计变量(平均值、标准差、方差、最大、最小、和、乘积、对角线和)
  10. C++ VS2013环境编译使用sqlite数据库全过程