.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH APKTOOL "1" "February 2016" "apktool" "User Commands" .SH NAME apktool \- tool for reverse engineering Android apk files .SH DESCRIPTION .TP usage: apktool .TP \fB\-advance\fR,\-\-advanced prints advance information. .TP \fB\-version\fR,\-\-version prints the version then exits .PP usage: apktool if|install\-framework [options] .TP \fB\-p\fR,\-\-frame\-path Stores framework files into . .TP \fB\-t\fR,\-\-tag Tag frameworks using . .PP usage: apktool d[ecode] [options] .TP \fB\-f\fR,\-\-force Force delete destination directory. .TP \fB\-o\fR,\-\-output The name of folder that gets written. Default is apk.out .TP \fB\-p\fR,\-\-frame\-path Uses framework files located in . .TP \fB\-r\fR,\-\-no\-res Do not decode resources. .TP \fB\-s\fR,\-\-no\-src Do not decode sources. .TP \fB\-t\fR,\-\-frame\-tag Uses framework files tagged by . .PP usage: apktool b[uild] [options] .TP \fB\-f\fR,\-\-force\-all Skip changes detection and build all files. .TP \fB\-o\fR,\-\-output The name of apk that gets written. Default is dist/name.apk .TP \fB\-p\fR,\-\-frame\-path Uses framework files located in . .PP For additional info, see: http://ibotpeaches.github.io/Apktool/ For smali/baksmali info, see: http://code.google.com/p/smali/ .PP