获取app包名和activity的简便方法

1、手机USB连接电脑,打开adb调试

2、打开要看包名的app

3、cmd中输入

adb shell dumpsys window w | findstr \/ | findstr name=
或者
adb shell dumpsys window |findstr mCurrent
或者
adb shell "dumpsys window w|grep \/|grep name=|sed 's/mSurface=Surface(name=//g'|sed 's/)//g'|sed 's/ //g'"

4、执行之后仔细看就能看到包名和activity了

上一篇:[转]使用 Android 运行 Golang 程序


下一篇:解决 Emulator: dsound: Could not initialize DirectSoundCapture