Closed vincentcox closed 6 years ago
@vincentcox
It might be caused by https://github.com/skylot/jadx/issues/257
-d
options specifies a directory where the both resources and sources will be saved. If you specify -ds
and/or -dr
to those folders sources and/or resources will be saved.
Please close the ticket if you don't have more questions regarding those options
Thanks for the reply! Is it recommend that I wait for an updated release? I use jadx in https://github.com/vincentcox/StaCoAn, and I noticed that the resources files for some apps did not decompiled.
An app where I can reproduce this: mymazda (can be found here: https://apkpure.com/my-mazda/com.mazda.mymazdaapp/download?from=details.
Folders in Stacoan:
Folders in jadx-gui:
Any idea's?
@vincentcox does it work in the CLI version? If yes, they must be just some GUI errors in Jadx-GUI
It's the other way arround: it works in the GUI, not in the CLI.
@vincentcox
It seems that you use outdated version. I would recommend to use unstable builds, but there were a few stable releases. Moreover, Jadx CLI puts contents from res
and resources.arsc
to res
folder
Thanks I will try it and let you know!
I can confirm this is the solution. Closing this! Thanks for the help!
I am wondering if the option
-d
exports both the sources and resources. Or is-d
short for-ds
? Because when I just use-d
the resources don't get exported.