-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[BUG] #2900
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
Comments
MaSven
added a commit
to MaSven/Apktool
that referenced
this issue
Oct 10, 2022
Fastst way to fix empty key value splitting for styled strings. Signed-off-by: Sven Marquardt <[email protected]>
MaSven
added a commit
to MaSven/Apktool
that referenced
this issue
Oct 10, 2022
Fastst way to fix empty key value splitting for styled strings. Signed-off-by: Sven Marquardt <[email protected]>
MaSven
added a commit
to MaSven/Apktool
that referenced
this issue
Oct 10, 2022
Fastst way to fix empty key value splitting for styled strings. Signed-off-by: Sven Marquardt <[email protected]>
iBotPeaches
added a commit
that referenced
this issue
Oct 12, 2022
iBotPeaches
added a commit
that referenced
this issue
Nov 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Information
Stacktrace/Logcat
Steps to Reproduce
apktool d -f dhl.apk
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(
.apks
that live in/system/framework
or/system/priv-app
)APK
https://www.apkmirror.com/apk/deutsche-post-dhl/dhl-paket/dhl-paket-8-3-32-1250-release/post-dhl-8-3-32-1250-android-apk-download/download/?key=ed33303c8ff8a9ef6b4cf27bdd027e38b45c8a1f&forcebaseapk=true
Questions to ask before submission
I think the issue is, that this apk includes this string
In this line at brut.androlib.res.decoder.StyledString$Span.getAttributes(StyledString.java:84).
So, this evaluates to a not valid map entry. This is also a documented behavious of the used Splitter. At the throws section.
The text was updated successfully, but these errors were encountered: