adb获取包名和界面名

adb获取包名和界面名

  • mac
    • adb shell dumpsys window windows | grep mFocusedApp
  • windows
    • adb shell dumpsys window windows | findstr mFocusedApp

这个是在当前手机打开哪个界面获取的就是哪个界面的包名与界面

注意第一次连接时会有提示,需要连接两次才可以

复制代码
C:\Users\i5ba0>adb shell dumpsys window windows | findstr mFocusedApp
adb server version (31) doesn't match this client (41); killing...
* daemon started successfully
adb.exe: device offline


C:\Users\i5ba0>adb shell dumpsys window windows | findstr mFocusedApp
  mFocusedApp=AppWindowToken{25d14d77 token=Token{27267376 ActivityRecord{1ee68611 u0 com.android.launcher3/.Launcher t1}}}

C:\Users\i5ba0>

当我们打开设置时,包名与界面名变成了com.android.settings/.Settings t2

复制代码
C:\Users\i5ba0>adb shell dumpsys window windows | findstr mFocusedApp
  mFocusedApp=AppWindowToken{3eede788 token=Token{3525d72b ActivityRecord{28fd037a u0 com.android.settings/.Settings t2}}}

C:\Users\i5ba0>
相关推荐
活宝小娜14 小时前
mysql详细安装教程
数据库·mysql·adb
zhangjin112016 小时前
adb install和 pm install 的区别是什么?
adb
炼川淬海DB2 天前
数据库开发规范
android·adb·数据库开发
何极光2 天前
MySQL 8.0详细安装教程(附下载地址)
数据库·mysql·adb
sevencheng7982 天前
【ADB】adb命令行常用按键模拟代码
linux·adb·模拟按键,返回键,音量键
QX_hao3 天前
mysqldump-vs-xtrabackup
adb·mysql备份
云计算磊哥@4 天前
运维开发宝典028-MySQL04数据库热备
数据库·adb·运维开发
charlee444 天前
Unity在安卓端如何调试输出信息
android·unity·adb·游戏引擎·真机调试
ai_coder_ai5 天前
如何使用adb实现自动化脚本?
运维·adb·自动化
pigs20185 天前
mysql8.0 access denied for user root localhost account is locked
数据库·adb