-
Notifications
You must be signed in to change notification settings - Fork 5k
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] UnsupportedOperationException in addResourceFields #1645
Comments
The problem is that Changing the call in The question that I can not answer is: At the moment the I have implemented the mentioned changes here: jpstotz@fdd647d |
@jpstotz thanks for check and fix!
Sure, Side note: I don't like using list getter for adding item, I wish java have cls.setDependencies(ListUtils.safeAdd(cls.getDependencies(), outerCls.getTopParentClass())); |
@skylot The PR is ready that fixes this issue. But while testing the linked APK file I noticed that it causes an StackOverflowError in |
@jpstotz thank you 👍
I commit a fix for this 🙂 |
Adding R class fields names to java code fails when decompiling a system apk from Android 13 (API 33).
Occurs in latest stable version (1.4.3) as well as nightly (1.4.3.63-127f0ecf).
Link to the apk: https://dumps.tadiphone.dev/dumps/google/generic/-/raw/redfin-user-13-TP1A.220624.014-8819323-release-keys/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk
The text was updated successfully, but these errors were encountered: