aapt to buku: add Chinese translation (#4846)

This commit is contained in:
zhouquan
2020-11-04 14:12:56 -06:00
committed by GitHub
parent 7820f75085
commit 8f73cca2e7
28 changed files with 597 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
# apktool
> APK文件反编译工具
> 更多信息: <https://ibotpeaches.github.io/Apktool/>.
- 反编译:
`apktool d {{应用.apk}}`
- 将一个文件夹打包为apk文件:
`apktool b {{路径/到/目录}}`
- 安装并存储框架:
`apktool if {{框架.apk}}`