utools_adb/README.md
2020-01-10 15:09:55 +08:00

11 lines
328 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

拖入APK将直接调用adb install apk命令
按钮可查看设备已安装包名(adb shell pm list package)
当前顶层Activity(adb shell dumpsys window | findstr mCurrentFocus)
APK的Manifest清单(aapt dump xmltree apk AndroidManifest.xml)
#注意需要自行配置好adb与aapt环境否则无法使用本插件