Search code examples
androidapktool

How to use APKTool to extract the apk files without baksmaliing (Exactly as unzip do)


What is the option for apktool to extract the dex file without backsmalling the dex file.


Solution

  • I found the answer myself,

    the option seems to be -s

    When you are using apkstudio, you can choose to decompile or not, if you choose not to decompile, the command line would add the -s option

    That is:

    apktool d -s yourapk.apk -o yourfolder