aapt to buku: add Chinese translation (#4846)
This commit is contained in:
16
pages.zh/common/apktool.md
Normal file
16
pages.zh/common/apktool.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# apktool
|
||||
|
||||
> APK文件反编译工具
|
||||
> 更多信息: <https://ibotpeaches.github.io/Apktool/>.
|
||||
|
||||
- 反编译:
|
||||
|
||||
`apktool d {{应用.apk}}`
|
||||
|
||||
- 将一个文件夹打包为apk文件:
|
||||
|
||||
`apktool b {{路径/到/目录}}`
|
||||
|
||||
- 安装并存储框架:
|
||||
|
||||
`apktool if {{框架.apk}}`
|
Reference in New Issue
Block a user