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>
相关推荐
工具人55551 天前
adb disable-verity
数据库·数据仓库·adb
dessler2 天前
MYSQL-多种方法安装部署
android·mysql·adb
Andy2 天前
Mysql基础1
数据库·mysql·adb
独行soc2 天前
2025年渗透测试面试题总结-224(题目+回答)
网络·python·安全·web安全·adb·渗透测试·安全狮
超人小子3 天前
mysql重置密码
数据库·mysql·adb
rexling13 天前
【MySQL】mysqldump使用方法
数据库·mysql·adb
xhbh6664 天前
【实战总结】MySQL日志文件位置大全:附查找脚本和权限解决方案
android·adb
xhbh6665 天前
【实战大全】MySQL连接全攻略:命令行+编程语言+可视化工具+故障排查
adb
木易 士心5 天前
在 Mac 上配置 ADB 环境变量:解决 “command not found: adb” 问题
macos·adb
2501_938782095 天前
《Ubuntu 系统下 MySQL 安装前的环境检查与依赖准备指南》
hive·mysql·ubuntu·adb