Android为TV端助力 Linux命令查看包名类名

先运行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名称

posted @ 2018-01-08 11:31  水柠檬QAQ  阅读(581)  评论(0编辑  收藏  举报