Android Studio работала прошлой ночью. Я просто сохранил проект и закрыл Android Studio. Когда я снова открыл, я получаю эту ошибку. Как ее исправить
D:\BilgiYarismasi\app\src\main\res\drawable\drawable.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\drawable-v24\drawable-v24.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\font\font.exe: Error: The file name must end with .xml, .ttf, .ttc or .otf
D:\BilgiYarismasi\app\src\main\res\layout\layout.exe: Error: The file name must end with .xml
D:\BilgiYarismasi\app\src\main\res\mipmap-anydpi-v26\mipmap-anydpi-v26.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\mipmap-hdpi\mipmap-hdpi.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\mipmap-mdpi\mipmap-mdpi.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\mipmap-xhdpi\mipmap-xhdpi.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\mipmap-xxhdpi\mipmap-xxhdpi.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\mipmap-xxxhdpi\mipmap-xxxhdpi.exe: Error: The file name must end with .xml or .png
D:\BilgiYarismasi\app\src\main\res\values\values.exe: Error: The file name must end with .xml
:app:mergeDebugResources FAILED
мой выпускник
classpath 'com.android.tools.build:gradle:3.1.4'
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "myid"
minSdkVersion 21
targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"