I\'m using Gradle 1.5.0 with Android Studio. Project syncs with Gradle without any issues, but when I run the app, I get the follow error message
Error:Execu
Error:Execution failed for task ':App:mergeDebugResources'.
/Users/Zee/Repos/App/res/drawable/notification.mp3: Error: The filename must end with .xml or .png
this error occurrs when we attempt to delete all files except .xml and .png from all folders in our package.
e.g. If the assets folder has the files debug.exe and java.exe, and we want to delete them