Connor Tumbleson
Connor Tumbleson
> @iBotPeaches would mind pointing me to the code that throws `error: Error parsing XML: not well-formed (invalid token)`? > > I want to see if I can figure out...
Okay, so works in 2.0.3, fails in 2.2.2. I wonder if 2.0.3 is really the last release it worked or not. I'll do some investigating.
There is way too much to triage between 2.0.3 and 2.2.2, but I can confirm this is a problem. It seems Tencent applications are always an open bug report here.
> please help me i searched everywhere to fix it :( Do you have a logcat of the crash on startup?
Welcome to my struggle. If you can't find a noticeable error in logcat and its crashing, then we have a problem that I don't think I can solve.
Confirmed. Marking as bug. aapt can still read the resources, so must be improper decoding.
Its possible this is related to https://github.com/iBotPeaches/Apktool/issues/2714, but I would like a sample application or link to where I can pull Android 12 L, I'm not seeing that nomenclature when...
Nevermind - not needed. I updated to latest API 31 and I now replicate issue. Put up a broken PR in meantime - https://github.com/iBotPeaches/Apktool/pull/2743
Thanks - I started looking at it this weekend as these applications are increasing in quantity.
Need to add support for `` which will really only be in AOSP apps as they build against future SDKs, but can easily reassign resources once API stabilizes. - https://github.com/aosp-mirror/platform_frameworks_base/commit/2fedba9a32d9e92344eaf6e9faf5b43e1bc2ae70...