BottomBar icon indicating copy to clipboard operation
BottomBar copied to clipboard

2.3.1 have bug ,2.1.1 have no bug

Open OOOOOldZhu opened this issue 7 years ago • 4 comments

i compile in module,but have a problem ,compile 'com.roughike:bottom-bar:2.3.1' ........................................................................................................................................ Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(25.3.0) from [com.android.support:design:25.3.0] AndroidManifest.xml:27:9-31 is also present at [com.android.support:appcompat-v7:25.3.1] AndroidManifest.xml:27:9-31 value=(25.3.1). Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:25:5-27:34 to override. .................................................................................................................................... but i compile 'com.roughike:bottom-bar:2.1.1' in module have no problem ,why ? tell me ,guy

OOOOOldZhu avatar Jun 24 '17 09:06 OOOOOldZhu

i think this is res merge errror , but i have no idea

Thuantanon avatar Jun 26 '17 04:06 Thuantanon

Same problem.

mxs2649 avatar Jun 27 '17 20:06 mxs2649

I had the same issue. Just add the support design lib in your gradle file: compile 'com.android.support:design:25.3.0'

adibon avatar Jul 10 '17 09:07 adibon

same here...

JSpiner avatar Oct 09 '17 08:10 JSpiner