We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following is the build error when i am trying to embed the source into the settings app.
FAILED: /media/pundirsumit/work/aosp_out/AOSP/target/product/mido/obj/APPS/Settings_intermediates/package-res.apk /bin/bash /media/pundirsumit/work/aosp_out/AOSP/target/product/mido/obj/APPS/Settings_intermediates/package-res.apk.rsp external/koush/Superuser/Superuser/res/values/styles.xml:57: error: style attribute 'attr/iconSize (aka com.android.settings:attr/iconSize)' not found. error: resource style/AppTheme (aka com.android.settings:style/AppTheme) not found. external/koush/Superuser/Superuser/res/values/styles.xml:61: error: style attribute 'attr/iconSize (aka com.android.settings:attr/iconSize)' not found. error: resource style/AppDarkActivityTheme (aka com.android.settings:style/AppDarkActivityTheme) not found. error: resource style/AppTheme (aka com.android.settings:style/AppTheme) not found. error: resource style/AppActivityTheme (aka com.android.settings:style/AppActivityTheme) not found. error: failed linking references.
I am using this commit to get it embedded: https://review.lineageos.org/#/c/LineageOS/android_packages_apps_Settings/+/130399/
Anyone?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following is the build error when i am trying to embed the source into the settings app.
FAILED: /media/pundirsumit/work/aosp_out/AOSP/target/product/mido/obj/APPS/Settings_intermediates/package-res.apk
/bin/bash /media/pundirsumit/work/aosp_out/AOSP/target/product/mido/obj/APPS/Settings_intermediates/package-res.apk.rsp
external/koush/Superuser/Superuser/res/values/styles.xml:57: error: style attribute 'attr/iconSize (aka com.android.settings:attr/iconSize)' not found.
error: resource style/AppTheme (aka com.android.settings:style/AppTheme) not found.
external/koush/Superuser/Superuser/res/values/styles.xml:61: error: style attribute 'attr/iconSize (aka com.android.settings:attr/iconSize)' not found.
error: resource style/AppDarkActivityTheme (aka com.android.settings:style/AppDarkActivityTheme) not found.
error: resource style/AppTheme (aka com.android.settings:style/AppTheme) not found.
error: resource style/AppActivityTheme (aka com.android.settings:style/AppActivityTheme) not found.
error: failed linking references.
I am using this commit to get it embedded:
https://review.lineageos.org/#/c/LineageOS/android_packages_apps_Settings/+/130399/
Anyone?
The text was updated successfully, but these errors were encountered: