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

Build issue in gradle with 1.0.5 and google-play-services #182

Open
rskumar opened this issue May 9, 2015 · 0 comments
Open

Build issue in gradle with 1.0.5 and google-play-services #182

rskumar opened this issue May 9, 2015 · 0 comments

Comments

@rskumar
Copy link

rskumar commented May 9, 2015

With gradle dependecies as:

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile 'com.android.support:appcompat-v7:22.1.1'
    compile 'com.android.support:support-v4:21.0.3'
    compile 'com.google.android.gms:play-services:7.3.0'
    compile 'com.android.support:recyclerview-v7:21.0.+'
    compile 'com.facebook.fresco:fresco:0.4.0+'
    compile 'com.github.pedrovgs:nox:1.0'
    compile 'com.github.bumptech.glide:glide:3.6.0'
    compile 'com.etsy.android.grid:library:1.0.+'     // compile issue..
}

Project build fails with error:

E:\Projects\app_android\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-wallet\7.3.0\res\values\wallet_colors.xml
Error:(1) Attribute "item_margin" has already been defined
Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Apps\Android\sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1

I guess, there is some confict in resouces with google-play-services.
Build passes fine if I remove 'com.etsy.android.grid:library:1.0.+' dependencies.

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

1 participant