-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Android 14 - Grammatical Inflection #3369
Comments
aapt1 does NOT have patches for this. So we are going to move to aapt2 as default now. This is first release that didn't have parity in terms of qualifiers. |
aapt2 is default now - 679c133 Just waiting on my AOSP downloads for |
not sure what causing issue but apps are not recompiling fine now, giving conflicts error for resources in xxxhdpi and same in xxhdpi for A13 MIUI apps same were working fine before these last 4-5commits |
So it has the new gender qualifiers? Confused why its posted in this issue with no details. |
I have removed and did not patch any MIUI changes this time, so those changes are intended and will remain broken. Sorry. |
may be its not MIUI thing ? cause different dpi's have different values for same property like i posted above. so if it find same value in 2 different folders like xxxhdpi and xxhdpi it gonna give originally defind already error, checking with some apks from apkmirror |
I'm 100% sure its MIUI since I see |
[] Recompiling framework-ext-res ... [] Recompiling framework-res ... [] Recompiling miui ... [*] Recompiling MiuiHome ... |
if all above errors are linked to same patch then its ok, |
Well 2 things. 1.Yes it is. |
this worked bro, yes i just noticed i was not using any --use--aapt1 or 2 parameter so it was assuming aapt1 always before, setting aapt1 fixes these, thanks <3 |
* prep for release 2.9.0 * chore: linter * docs: note w/ aapt1 usage * docs: add #3369 to release * build: update to latest of docusaurus 2.4.x * fix: correct release post
Steps
aosp-mirror/platform_frameworks_base@02d8919
The text was updated successfully, but these errors were encountered: