Replies: 1 comment 4 replies
-
There is no real fix for what you are describing - only workarounds. You can read the ROADMAP item here: https://github.com/iBotPeaches/Apktool/blob/master/ROADMAP.md#implicit-qualifiers-cleanup Or an older response when I dug into this last here: #1761 (comment) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Information
I try to re-compile MiuiSystemUI.apk
Correct framework files are imported.
in original apk there are many API specific resources for example:
after decompiling with simple
apktool d
command, in res folder i see only:so, there is no
-vXX
resources in res folder.Obviously re-compiled MiuiSystemUI.apk doesn't work.
I've tried to google, but couldn't find any issues or guides related to this problem.
How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions