SoulForeverInPeace / Boot-PC

Boot your pc
21 stars 2 forks source link

Error building #9

Closed blessingmwiti closed 11 months ago

blessingmwiti commented 11 months ago

The following build output error is displayed Android resource linking failed com.my.mdmd.app-mergeDebugResources-39:/layout/activity_about.xml:12: error: '?style/textColorBootPc' is incompatible with attribute textColor (attr) reference|color. error: failed linking file resources.

blessingmwiti commented 11 months ago

ayy @SoulForeverInPeace

SoulForeverInPeace commented 11 months ago

remove that and use this #5C5C5C color.

[ i vaguely remember, i added custom style to be able to call from code probably, nvm it was not uses]

blessingmwiti commented 11 months ago

Okay, I tried adding color in the colors.xml, but it made things worse

SoulForeverInPeace commented 11 months ago

you can write the color directly here - layout/activity_about.xml:12: error: '?style/textColorBootPc'

. or just remove the line error texetcolor line.

[also feel free to apply, change, fix according to your wish. as long as things dont go to worse, its highly welcome :) ]

blessingmwiti commented 11 months ago

Adding hex color directly solved the issue mate