-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: duplicate value for resource 'attr/layout_anchorGravity' with config ''. #134
Comments
do you add implementation 'com.android.support:design:XX.X.X', implementation 'com.android.support:support-v4:XX.X.X' ? and I added implementation 'com.android.support:design:28.0.0' |
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 disable aapt2 from maven |
hi there i already have the dependencies and am still getting the same error |
works perfect but in my case using material search view library |
Thanks to you. |
Thanks! This worked well. |
Incompatibility with CoordinatorLayout which already defines layout_anchorGravity in newer versions.
The text was updated successfully, but these errors were encountered: