-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Decompilation res, the style have no parent info. #931
Comments
Have you already tried the latest unstable version of Jadx? |
I was already pull the the latest unstable version, build it by idea and tried it. I use jadx, open resources.arsc/values/styles.xml , AboutTheme is
use apktool_2.4.1.jar, AboutTheme is
|
Sorry, but at the moment Jadx does not consider the |
Please explain this problem in the readme, it can reduce misleading users. |
@weimings Sorry but I am too lazy for that. Writing a few lines of code that add generation of parent attribute to Jadx is easier ;) |
@weimings this issue is fixed in PR #933 by @jpstotz. |
Thanks, I will try this patch. The apk in this zip, zip pwd is 123. |
@weimings I am sorry but the posted APK has no Just open it with a ZIP utility and see it yourself. |
There should be a part of res in resources.arsc. |
Apktool seems to use a special algorithm of re-generating the different subdirectories located in Hence this is not a bug in Jadx but a special feature of apktool. From my perspective the focus of Jadx is on decompiling the code and not the resources. If someone wants to do so feel free. apktool and Jadx aber both open source projects under Apache 2 license. |
Okay, understand this, thank you. Then please explain in the readme, otherwise some users will waste a lot of investigation time without knowing this. like me... |
@weimings Sorry to hear that you lost so much time, but even after this lengthy discussion I still don't understand what you are aiming for. If you are looking for some feature(s) in particular and the readme does not state anything about it may be the next time you could simply ask. May be it would be better if you could you please provide such a text? |
The README.md In jadx say "decode AndroidManifest.xml and other resources from resources.arsc", but not all resources from resources.arsc. |
@weimings Sorry but I can't include your proposed text because it contains two major errors:
|
OK, Thanks for your answers. |
Decompilation res, open values/styles.xml, the style have no parent info.
Like
use apktool_2.4.1.jar to decompilation the apk , the parent is complete, use jadx, only have
I find some drawable by xml is lost.
The text was updated successfully, but these errors were encountered: