apktool: add Japanese translation (#6660)

This commit is contained in:
RyotaK
2021-10-03 22:47:11 +09:00
committed by GitHub
parent 53805ce0d2
commit 3c2424232a

View File

@@ -0,0 +1,16 @@
# apktool
> APK ファイルの解析ツールです。
> 詳しくはこちら: <https://ibotpeaches.github.io/Apktool/>.
- APK ファイルのデコード
`apktool d {{APK ファイルのパス}}`
- 指定したディレクトリから APK ファイルを生成:
`apktool b {{ディレクトリへのパス}}`
- フレームワークをインストールし、保存する:
`apktool if {{フレームワークファイルへのパス}}`