apk-mitm icon indicating copy to clipboard operation
apk-mitm copied to clipboard

fix: xml parser error not well-formed (invalid token)

Open Q0 opened this issue 2 years ago • 2 comments

Fixes files XML strings in res/*/strings.xml

W: <tmp_dir>/decode/res/values-zh-rHK/strings.xml:0: error: xml parser error: not well-formed (invalid token).
W: <tmp_dir>/decode/res/values-zh-rHK/strings.xml: error: file failed to compile.
W: <tmp_dir>/decode/res/values-zh-rTW/strings.xml:0: error: xml parser error: not well-formed (invalid token).
W: <tmp_dir>/decode/res/values-zh-rTW/strings.xml: error: file failed to compile.

fix issue: #105 related: https://github.com/iBotPeaches/Apktool/issues/2872

Q0 avatar May 28 '23 22:05 Q0

Can confirm, this does work.

umrashrf avatar May 06 '24 18:05 umrashrf