adb获取包名以及当前运行的activity

xiaoxiao2025-04-13  10

1.由包名获取apk路径

adb shell pm path io.ionic.starter

2.打开需要获取的APP,运行一下命令即可

adb shell dumpsys window | findstr mCurrentFocus

转载请注明原文地址: https://www.6miu.com/read-5028132.html

最新回复(0)