先运行apk
再输入
logcat | grep START 查看当前启动apk的包名和类名
adb shell "pm list packages -f | grep com.yulong.android.launcher3"
adb shell "pm list packages -f | grep com."
显示包名的apk名称
原文地址:https://www.cnblogs.com/xiaoxiaing/p/8241873.html
时间: 2024-11-10 14:39:16