-1

When I build my Android Studio, this error comes up

error: '#dad8d8' is incompatible with attribute android.com.eventus:srcCompat (attr) reference [weak].  

The error came from my button, and I can't proceed to another line or download anything from my palette because of this error. So how can I resolve this problem?

I have tried this links below: 1 2 3

Snow
  • 101
  • 3
  • 16

1 Answers1

1

Found the answer:

Change the app:SrcCompat="color" to android:background="color"

Snow
  • 101
  • 3
  • 16