Error: The file name must end with .xml or .png when using an mp3 file

前端 未结 4 1874
粉色の甜心
粉色の甜心 2020-12-12 01:25

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         


        
4条回答
  •  再見小時候
    2020-12-12 02:20

    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

提交回复
热议问题