Your library seems to be exactly what I'm looking for but I'm not able to add it to my project.
I'm using Gradle 1.3.0. Everything builds until this error :
[...]\build\intermediates\res\merged\sputnikflavor\debug\drawable-xhdpi-v4\ic_launcher1.png: error: Duplicate file.
[...]\build\intermediates\res\merged\sputnikflavor\debug\drawable-xhdpi\ic_launcher1.png: Original is here. The version qualifier may be implied.
Error:Execution failed for task ':[...]'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException:
Process 'command '[...]\AppData\Local\Android\sdk\build-tools\22.0.1\aapt.exe'' finished with non-zero exit value 1
It seems that there are two folders drawable-xhdpi-v4 and drawable-xhdpi with the same icon ic_launcher1.png
Hi,
Your library seems to be exactly what I'm looking for but I'm not able to add it to my project.
I'm using Gradle 1.3.0. Everything builds until this error :
It seems that there are two folders
drawable-xhdpi-v4
anddrawable-xhdpi
with the same icon ic_launcher1.pngDo you have an idea of what causing the problem?
Thanks