mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
apktool: add Korean translation (#11384)
This commit is contained in:
parent
0c22f53b71
commit
362322fe70
1 changed files with 16 additions and 0 deletions
16
pages.ko/common/apktool.md
Normal file
16
pages.ko/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 {{경로/대상/프레임워크.apk}}`
|
Loading…
Add table
Reference in a new issue