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

An overlay style error was encountered during the build process #18

Open
cooluc opened this issue Feb 24, 2020 · 0 comments
Open

An overlay style error was encountered during the build process #18

cooluc opened this issue Feb 24, 2020 · 0 comments

Comments

@cooluc
Copy link

cooluc commented Feb 24, 2020

vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:36: error: style attribute 'attr/colorPrimary (aka android.auto_generated_rro_vendor__:attr/colorPrimary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:37: error: style attribute 'attr/colorPrimaryDark (aka android.auto_generated_rro_vendor__:attr/colorPrimaryDark)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:38: error: style attribute 'attr/colorSecondary (aka android.auto_generated_rro_vendor__:attr/colorSecondary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:39: error: style attribute 'attr/colorAccent (aka android.auto_generated_rro_vendor__:attr/colorAccent)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:40: error: style attribute 'attr/colorError (aka android.auto_generated_rro_vendor__:attr/colorError)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:41: error: style attribute 'attr/colorControlNormal (aka android.auto_generated_rro_vendor__:attr/colorControlNormal)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:42: error: style attribute 'attr/alertDialogTheme (aka android.auto_generated_rro_vendor__:attr/alertDialogTheme)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:43: error: style attribute 'attr/forceDarkAllowed (aka android.auto_generated_rro_vendor__:attr/forceDarkAllowed)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:46: error: style attribute 'attr/colorBackgroundFloating (aka android.auto_generated_rro_vendor__:attr/colorBackgroundFloating)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:49: error: style attribute 'attr/panelColorBackground (aka android.auto_generated_rro_vendor__:attr/panelColorBackground)' not found. error: resource style/Theme.DeviceDefault.ResolverCommon (aka android.auto_generated_rro_vendor__:style/Theme.DeviceDefault.ResolverCommon) not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:65: error: style attribute 'attr/windowLightNavigationBar (aka android.auto_generated_rro_vendor__:attr/windowLightNavigationBar)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:66: error: style attribute 'attr/colorBackgroundFloating (aka android.auto_generated_rro_vendor__:attr/colorBackgroundFloating)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:67: error: style attribute 'attr/textColorSecondary (aka android.auto_generated_rro_vendor__:attr/textColorSecondary)' not found. error: resource style/Theme.DeviceDefault (aka android.auto_generated_rro_vendor__:style/Theme.DeviceDefault) not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:54: error: style attribute 'attr/colorPrimary (aka android.auto_generated_rro_vendor__:attr/colorPrimary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:55: error: style attribute 'attr/colorPrimaryDark (aka android.auto_generated_rro_vendor__:attr/colorPrimaryDark)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:56: error: style attribute 'attr/colorSecondary (aka android.auto_generated_rro_vendor__:attr/colorSecondary)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:57: error: style attribute 'attr/colorAccent (aka android.auto_generated_rro_vendor__:attr/colorAccent)' not found. vendor/omni/overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml:58: error: style attribute 'attr/colorError (aka android.auto_generated_rro_vendor__:attr/colorError)' not found. 08:31:14 ninja failed with: exit status 1

If I don't remove the overlay/common/frameworks/base/core/res/res/values-night/themes_device_defaults.xml, it won't build correctly. How should this error be resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant