1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:13:52 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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