1

Every time I try to build or generate signed APK I get the above error. This question is similar but no working solution has been suggested, yet.

A snap of my BUILD.GRADLE dependencies:

enter image description here

A snap of my Error Log:

enter image description here

Support Library Updated

[enter image description here]

Community
  • 1
  • 1
ErickPaul
  • 119
  • 9

1 Answers1

2

finally got a way round it. Renewed the project and started importing one lib at a time to the point I got the error. Apparently this third party lib 'com.github.ozodrukh:RippleDrawable:2.0.0' defined srcCompat just like AppCompat does. So I commented it out and it Builds just fine...

ErickPaul
  • 119
  • 9