NavigationTabBar
NavigationTabBar copied to clipboard
error: duplicate value for resource 'attr/layout_anchorGravity' with config ''.
Incompatibility with CoordinatorLayout which already defines layout_anchorGravity in newer versions.
do you add implementation 'com.android.support:design:XX.X.X', implementation 'com.android.support:support-v4:XX.X.X' ? when I saw "duplicate value for resource" message I just had implementation 'com.android.support:appcompat-v7:28.0.0'
and I added implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:support-v4:28.0.0' and worked it !
THX,worked after add dependencies
Thanks! It worked after adding design dependency
Thanks it solved my problem
Thank you... worked for me too...
thanks
PS_ANDROIDBUILDTOOLSVERSION=29.0.1 android.aapt2FromMavenOverride=${Android_home}/build-tools/29.0.1/aapt2
disable aapt2 from maven
hi there i already have the dependencies and am still getting the same error
do you add implementation 'com.android.support:design:XX.X.X', implementation 'com.android.support:support-v4:XX.X.X' ? when I saw "duplicate value for resource" message I just had implementation 'com.android.support:appcompat-v7:28.0.0'
and I added implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:support-v4:28.0.0' and worked it !
works perfect but in my case using material search view library
Thanks to you. Where is the implementation created?
Thanks! This worked well.