uTools自用工具
Go to file
Yutousama 73d30de5ee update 2022-08-24 21:21:27 +08:00
.vscode update 2022-08-24 21:12:13 +08:00
js init 2020-01-10 15:09:55 +08:00
layui init 2020-01-10 15:09:55 +08:00
node_modules init 2020-01-10 15:09:55 +08:00
LICENSE Initial commit 2020-01-10 14:28:36 +08:00
README.md init 2020-01-10 15:09:55 +08:00
index.html update 2022-08-24 21:21:27 +08:00
logo.png init 2020-01-10 15:09:55 +08:00
plugin.json update 2022-08-24 21:12:13 +08:00
preload.js update 2022-08-24 21:12:13 +08:00
sign_dialog.html update 2022-08-24 21:12:13 +08:00

README.md

拖入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环境否则无法使用本插件