0

Made a library, added to my project as a gradle module. Now I decided to switch to maven, so I built my library as an aar, removed it from settings.gradle and changed the compile statement. Now when I build my project I get

 Position 22 : No resource identifier found for attribute 'cardBackgroundColor' in package 'my.package'

It's an atribute used within the library.

DariusL
  • 4,007
  • 5
  • 32
  • 44

1 Answers1

0

Followed the answers here. Specifically used this answer. Right now I'm just happy the project builds, I'll look into the other answers if I get any problems.

Community
  • 1
  • 1
DariusL
  • 4,007
  • 5
  • 32
  • 44