CyanogenMod / android_device_lge_g3-common

11 stars 114 forks source link

XML resource error while building on cm-14.0 branch #3

Closed IamTechknow closed 7 years ago

IamTechknow commented 7 years ago

Hello, I looked into building CM 14 for the Verizon G3. While building I found the following error which ended my build:

`Resource at config_ui_blur_enabled appears in overlay but not in the base package; use

to add.` It appears that in overlay/frameworks/base/core/res/res/values/config.xml there is a bool tag for "config_ui_blur_enabled" at the end of the file but there is no add-resource tag for it. To fix the error, I added an add-resource tag right before the bool tag: `` And the build proceeds after that point. I do want to make sure this is fine however, I don't see any add-resource tags elsewhere.
amdev01 commented 7 years ago

UI blur isn't supported in CM14.0 yet, simply delete this overlay and it'll be fine

IamTechknow commented 7 years ago

Thanks for the clarification. Since the tag isn't used yet, could you also comment it out until it is needed?

(Never mind, I'll fork the repo for myself and make my own changes)

fixxnux commented 6 years ago

To fix the error, I added an add-resource tag right before the bool tag:

Hey IamTechKnow, where did you add this piece of code?

IamTechknow commented 6 years ago

Right here, but not too relevant nowadays. Last time I built LineageOS 14.1 I didn't need to make such changes

MaheshTechnicals commented 5 years ago

I got that error can you guys tell me how to fix that - https://hastebin.com/egumuredeg.pl

I am building XenonHD 8.1.0 for mi max 2 device.