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>
相关推荐
暗碳6 小时前
adb检测不到原来的设备List of devices attached解决办法
adb
星尘库1 天前
数据库部署在服务器表不存在解决方案
adb
遥不可及zzz1 天前
Android 应用程序包的 adb 命令
android·adb
快来卷java2 天前
MySQL篇(一):慢查询定位及索引、B树相关知识详解
java·数据结构·b树·mysql·adb
jiet_h3 天前
Android adb 的功能和用法
android·adb
tpoog3 天前
[MySQL]数据类型
android·开发语言·数据库·mysql·算法·adb·贪心算法
明明明h3 天前
MySQL 查看本地用户名和密码
数据库·mysql·adb
开发小能手-roy4 天前
ubuntu 安装mysql
mysql·ubuntu·adb
fatiaozhang95274 天前
晶晨S905L3A(B)-安卓9.0-开启ADB和ROOT-支持IPTV6-支持外置游戏系统-支持多种无线芯片-支持救砖-完美通刷线刷固件包
android·游戏·adb·华为·电视盒子·机顶盒rom·魔百盒固件
haoshuai_4 天前
第二次作业
android·adb