Unable To Load Import Android.support.design.widget.bottomnavigationview; On Android Studio
I want to make navigation view from this tutorial tutor but I found a problem cannot resolve design ive read a lot similar question from stack overflow but that doesnt help me, i
Solution 1:
Your dependency is mixed of support library and AndroidX which is not right. Refactor it to AndroidX using Android Studio and remove duplicate dependency.
Refactor > Migrate to AndroidX and press Do Refactor
Post a Comment for "Unable To Load Import Android.support.design.widget.bottomnavigationview; On Android Studio"