Skip to content
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

[BUG] unexcepted space char in AndroidManifest.xml #3437

Closed
meilaopo opened this issue Nov 24, 2023 · 1 comment
Closed

[BUG] unexcepted space char in AndroidManifest.xml #3437

meilaopo opened this issue Nov 24, 2023 · 1 comment

Comments

@meilaopo
Copy link

decode my apk, got unexcepted space char in AndroidManifest.xml
while I open the apk in Android Studio, the xml is correct

decoded xml:

WXWorkCapture_17008312131716

android studio:
WXWorkCapture_17008315388938

@iBotPeaches
Copy link
Owner

This was a needed workaround for aapt1 to treat the numbers as a string, otherwise it would treat them as numeric then overflow and be wrong.

This isn't needed for aapt2, but we don't know aapt2/aapt1 during disassembly when this is changed. This is why this bug exists: #2634

So closing for duplicate.

@iBotPeaches iBotPeaches closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants