添加 '其他/apktool解压压缩apk.md'
This commit is contained in:
parent
7e00244170
commit
05b78cf276
1 changed files with 10 additions and 0 deletions
10
其他/apktool解压压缩apk.md
Normal file
10
其他/apktool解压压缩apk.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
```shell
|
||||
# 需要下载apktool_*.jar及脚本apktool
|
||||
# https://apktool.org/docs/install
|
||||
#
|
||||
# 解压
|
||||
apktool d xxx.apk --only-main-classes
|
||||
|
||||
# 压缩
|
||||
apktool b xxx
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue