[Error]

1 Task failed with an exception.
-----------
What went wrong
Execution failed for task 'appcompileDebugJavaWithJavac'.
javaxxmlbindJAXBException
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.
=================================================================
[해결방법]
1. File - Project Structure

2. SDK Location - JDK location was moved to Gradle Settings

3. Gradle JDK 를 1.8 version으로 수정.
1.8이 없는 경우 'Download JDK' 클릭 -> Version 1.8 다운로드 -> OK


이렇게 하면 오류 해결 완료
'개발 이야기' 카테고리의 다른 글
| [install] npx 설치하기 (0) | 2022.02.19 |
|---|---|
| [Error] Some problems were found with the configuration of task ':app:processDebugGoogleServices' (0) | 2022.02.17 |
| [install] node.js 업그레이드 (0) | 2022.02.17 |
| [Error] Execution failed for task ':app:stripDebugDebugSymbols' (0) | 2022.02.15 |
| [Error] but repository 'maven' was added by build file 'build.gradle' (0) | 2022.02.13 |