I\'m trying to add BottomNavigationView to my layout with this library:
BottomNavigationView
implementation \'com.google.android.material:material:1.0.0\'
Make sure that you put drawables in res/drawable folder and not in res/drawable-v24. I had a similar problem and by moving files to the res/drawable folder the error has gone.
res/drawable
res/drawable-v24