1. 确保电脑已经安装了adb.exe文件 2. 使用USB连接你的手机到电脑上,输入下图所示的命令后按下回车键:adb devices 3. 使用手机打开某个应用程序 4.回到命令号窗口,输入代码如下:adb shell dumpsys window w |findstr \/ |findstr name= 5.步骤5后,查询到的应用程序的包名 来源:https://www.cnblogs.com/cxcjhk/p/11990121.html 标签 adb adb命令 电脑