Skip to content
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

Getting error after adding the library #126

Closed
ranjithnair02 opened this issue Dec 1, 2014 · 12 comments
Closed

Getting error after adding the library #126

ranjithnair02 opened this issue Dec 1, 2014 · 12 comments

Comments

@ranjithnair02
Copy link

There is conflict in my project when I try to use this library with compile betterpickers library. Gradle report following error:

Error:Attribute "track" has already been defined
Error:Attribute "thumbTextPadding" has already been defined
Error:Attribute "switchTextAppearance" has already been defined
Error:Attribute "switchMinWidth" has already been defined
Error:Attribute "switchPadding" has already been defined
Error:Attribute "switchStyle" has already been defined been defined

I have heme.AppCompat.Light as my app theme.

@T0bbes
Copy link

T0bbes commented Dec 2, 2014

#120

@CedricGatay
Copy link
Member

I second @T0bbes, the proposed PR is on its way to a release soon.

@cesarferreira
Copy link

is this issue really fixed? It happens to me

my dependencies

compile 'com.android.support:appcompat-v7:22.0.0'

compile ("com.doomonafireball.betterpickers:library:1.5.4") {
    exclude group: 'com.android.support', module: 'appcompat-v7'
    exclude group: 'com.android.support', module: 'support-v7'
}

@gatlingxyz
Copy link

This issue is NOT fixed.

@CedricGatay
Copy link
Member

We will release 1.5.5 soon that hopefully should fix it

@CedricGatay CedricGatay reopened this Mar 24, 2015
@CedricGatay
Copy link
Member

@kentarosu @cesarferreira if you could provide the error message you've got it could help us to be sure we've fixed the mess.

@gatlingxyz
Copy link

I'm getting the exact same error as @ranjithnair02 (OP)

@CedricGatay
Copy link
Member

Thanks for your fast reply, if we deploy a 1.5.5-SNAPSHOT on sonatype's snapshot repository will you be able to test your project with it ? It should be ok but we never know...

@gatlingxyz
Copy link

Yup, I'm ready and able.

@CedricGatay
Copy link
Member

@fchauveau
Copy link
Member

Hi @kentarosu version 1.5.5 is released.
Can you confirm that is fixing this issue ?

@CedricGatay
Copy link
Member

Without news I consider this fixed. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants