mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
ResXmlSerializer: do not try to get namespace prefix.
This commit is contained in:
parent
6353e27395
commit
2ef47b3f60
@ -61,7 +61,7 @@ public class ResXmlSerializer extends MXSerializer {
|
||||
} catch (AndrolibException ex) {
|
||||
throw new IllegalArgumentException(String.format(
|
||||
"could not decode attribute: ns=%s, name=%s, value=%s",
|
||||
getPrefix(namespace, false), name, value), ex);
|
||||
namespace, name, value), ex);
|
||||
}
|
||||
|
||||
if (value == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user