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

Application label conflict #2

Closed
pablode opened this issue Jul 5, 2015 · 3 comments
Closed

Application label conflict #2

pablode opened this issue Jul 5, 2015 · 3 comments

Comments

@pablode
Copy link
Contributor

pablode commented Jul 5, 2015

Tried using the library by adding compile 'com.minimize.library:seekbar-compat:0.1.2' to my dependencies, but encountered an error.

Error:(13, 9) Attribute application@label value=(@string/launcher_title) from AndroidManifest.xml:13:9
Error:(13, 9) Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute application@label value=(@string/launcher_title) from AndroidManifest.xml:13:9
is also present at com.minimize.library:seekbar-compat:0.1.2:13:9 value=(@string/app_name)
Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:11:5 to override

Is there any need for the application tags, or more specifically the android:label tag in the Manifest.xml? This is obviously a library, not an app.

@ahmedrizwan
Copy link
Owner

Yea you're right! I'll fix it in a minute - Thanks for pointing it out!

@ahmedrizwan
Copy link
Owner

I've updated the library - try using

compile 'com.minimize.library:seekbar-compat:0.1.3'

And if it fails to resolve - you'll have to add this url to your project repositories

repositories {
    maven {
        url  "http://dl.bintray.com/ahmedrizwan/maven" 
    }
}

Please check and let me know if the problem persists. Thanks!

@pablode
Copy link
Contributor Author

pablode commented Jul 7, 2015

Thank you, it works.

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

2 participants