-
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
Encountered unsupported chunk type TYPE_STAGED_ALIAS at offset 0x4ce8c8 #1803
Comments
Can you provide the APK file that causes this error? |
Issue with apk |
@MrIkso I dislike implement something just using apktool source as base. I had several cases where the code in apktool for parsing was wrong. I just had a discussion with Connor the author of apktool on the correct way to parse the overlay chunk, therefore I prefer having a real example to make sure the code really works on real-world examples. But now as I have found an example the fix is just a PR away... |
ERROR: Failed to parse '.arsc' file
jadx.core.utils.exceptions.JadxException: Error decode: resources.arsc
at jadx.api.ResourcesLoader.decodeStream(ResourcesLoader.java:78)
at jadx.core.dex.nodes.RootNode.loadResources(RootNode.java:173)
at jadx.api.JadxDecompiler.load(JadxDecompiler.java:117)
at jadx.gui.JadxWrapper.open(JadxWrapper.java:65)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.IOException: Encountered unsupported chunk type TYPE_STAGED_ALIAS at offset 0x4ce8c8
at jadx.core.xmlgen.ResTableParser.parsePackage(ResTableParser.java:175)
at jadx.core.xmlgen.ResTableParser.decodeTableChunk(ResTableParser.java:110)
at jadx.core.xmlgen.ResTableParser.decode(ResTableParser.java:86)
at jadx.core.xmlgen.ResDecoder.decode(ResDecoder.java:28)
at jadx.core.dex.nodes.RootNode.lambda$loadResources$7(RootNode.java:173)
at jadx.api.ResourcesLoader.decodeStream(ResourcesLoader.java:73)
... 6 common frames omitted
The text was updated successfully, but these errors were encountered: