apktool: add Japanese translation (#6660)

beep
RyotaK 2021-10-03 22:47:11 +09:00 committed by GitHub
parent 53805ce0d2
commit 3c2424232a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

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