worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

Can't add the dependency because of ic_launcher1 duplicated #53

Open DonovanCharpin opened 9 years ago

DonovanCharpin commented 9 years ago

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 :

[...]\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

Do you have an idea of what causing the problem?

Thanks