2020年4月12日

adb工作常用命令

摘要: adb devices 查看手机名 adb shell链接手机 dumpsys window windows |grep -i current 打开软件,查看软件入口,和包名,白色为包名,红框为包入口 不用进入手机直连 adb shell dumpsys window | findstr mCurr 阅读全文

posted @ 2020-04-12 12:37 测试好家伙 阅读(201) 评论(0) 推荐(0)

导航