Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 212 Bytes

AaptCommand.md

File metadata and controls

9 lines (7 loc) · 212 Bytes

查看修改APK等命令,以下命令在MAC下测试

查看aapt版本

./aapt v

提交修改:

./aapt d badging *./test.apk

删除APK中文件

aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]