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:
parent
53805ce0d2
commit
3c2424232a
1 changed files with 16 additions and 0 deletions
16
pages.ja/common/apktool.md
Normal file
16
pages.ja/common/apktool.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# apktool
|
||||
|
||||
> APK ファイルの解析ツールです。
|
||||
> 詳しくはこちら: <https://ibotpeaches.github.io/Apktool/>.
|
||||
|
||||
- APK ファイルのデコード
|
||||
|
||||
`apktool d {{APK ファイルのパス}}`
|
||||
|
||||
- 指定したディレクトリから APK ファイルを生成:
|
||||
|
||||
`apktool b {{ディレクトリへのパス}}`
|
||||
|
||||
- フレームワークをインストールし、保存する:
|
||||
|
||||
`apktool if {{フレームワークファイルへのパス}}`
|
Loading…
Add table
Reference in a new issue