-
Notifications
You must be signed in to change notification settings - Fork 67
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
Remove ic_launcher.png #4
Comments
I had not any trouble compiling the project back then, but i will accept a PR if you want to delete theese icons as they were automatically generated by the IDE at the beginning! |
Created a pull request @JorgeCastilloPrz . I ran the sample app to make sure everything still worked fine. |
If you still see this issue, add:
to |
adding |
:) |
With Android Gradle Plugin 1.2, I'm getting an error claiming a duplicate file:
This is happening due to this library declaring ic_launcher.png. I can solve this on my project by renaming ic_launcher, but there's really no reason for a library to have this drawable anyway.
The text was updated successfully, but these errors were encountered: