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>
相关推荐
Java追光着12 小时前
ADB 无线调试 APP 完全攻略(2025 最新版)—— 从连接到查看日志,一文搞定!
adb
努力学习的小廉18 小时前
初识MYSQL —— 事务
android·mysql·adb
~我爱敲代码~1 天前
使用XSHELL远程操作数据库
数据库·adb
robin59111 天前
Linux-通过端口转发访问数据库
linux·数据库·adb
-指短琴长-2 天前
MySQL快速入门——基本查询(下)
android·mysql·adb
林北北的霸霸2 天前
django初识与安装
android·mysql·adb
Java 码农3 天前
MySQL EXPLAIN 详解与优化指南
android·mysql·adb
Hello.Reader3 天前
Flink CDC 从 Definition 到可落地 YAML
大数据·adb·flink
颜大哦3 天前
linux安装mysql
linux·运维·mysql·adb
xrkhy4 天前
canal1.1.8+mysql8.0+jdk17+redis的使用
android·redis·adb