Is there a way to only extract resources with apktool?

825 views Asked by At

As I only need resources (xml & images) from an Android app (.apk), I would like to save some processing time on using apktool. Is there any parameter that would allow me to disable generation of the smali files and other stuff?

1

There are 1 answers

1
Adnan Bin Mustafa On

There are several online tools available for this, Try this link and deccompile your apk then you can get your extracted resources along with source code.