Android development -


error:execution failed task ':app:mergedebugresources'.

c:\users\user\androidstudioprojects\braintrain\app\src\main\res\mipmap-hdpi\user-pc.eml: error: file name must end .xml or .png

this error been occurring ever after closing android studio

you put file, named user-pc.eml in res/mipmap-hdpi/. not valid filename directory (wrong extension, dashes not allowed), , quite possibly not valid file directory.

so, remove project now.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -