1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ja/common/apktool.md
2021-10-05 21:10:14 +01:00

16 lines
445 B
Markdown

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