Android/Trouble Shooting
[Android] 에러 Task :app:mergeDebugResources FAILED > A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
2021. 11. 22. 00:24반응형
문제/에러
> Task :app:mergeDebugResources FAILED
Execution failed for task ':app:mergeDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
> Resource compilation failed. Check logs for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
해결방법
레이아웃 파일 (가령 activity_main.xml)안에,
<?xml version="1.0" encoding="utf-8"?> 를 2번 선언했는지 확인한다.
만약, 2번 선언했으면, 하나를 지운다.
시간 절약했으면, 아래의 좋아요 부탁드립니다!
반응형