-
Notifications
You must be signed in to change notification settings - Fork 195
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] missing 'name' attribute in res/values xml files #35
Comments
Hi @CrazyChaoz! |
I see similar errors with the com.ttxapps.megasync apk version 6.3.11 from Google Play:
|
Also have this exact same issue. Setting resource-mode to 'keep' and 'delete' respectively resulted in failure still. |
Hi @ricochet2768. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
More Accurate Description
in the affected resource files there is a (seemingly) arbitrary number of xml tags (usually) at the end, within the
<resources>
with the following structure:<item type=\"\S*\" name=\"\" \/>
some files have none of the empty name tag tags, some have just them, and most have something in between
in public.xml is the tag different, there it is
<public type=\"\S*\" name=\"\" id=\"\S*\" \/>
apk.sh output
or
Steps to Reproduce
APK
I had issues with
Local Fix
Manually remove the affected lines (?) and try to rebuild until no errors pop up anymore
The apps were able to be built, but there were internal issues
(This might also be an issue with apktool --resource-mode dummy, idk for sure)
The text was updated successfully, but these errors were encountered: