Decompile

apktool.jar d[ecode] [OPTS] <file.apk> [<dir>]

OPTS:
-s, --no-src
      Do not decode sources.
-r, --no-res
      Do not decode resources.
-d, --debug
      Decode in debug mode. Check project page for more info.
-f, --force
     
Force delete destination directory.-t <tag>, --frame-tag <tag>


Build

apktool.jar
b[uild] [OPTS] [<app_path>] [<out_file>]

OPTS:
                 -f, --force-all
                     Skip changes detection and build all files.
                 -d, --debug
                     Build in debug mode. Check project page for more info.

apk Sign
 
Usage: signapk publickey.x509[.pem] privatekey.pk8 input.jar output.jar


 

Posted by EXSO
,