
BUILD FAILED in 1s
┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project's Gradle version is incompatible with the Java version that Flutter is using │
│ for Gradle. │
│ │
│ If you recently upgraded Android Studio, consult the migration guide at │
│ https://flutter.dev/to/to/java-gradle-incompatibility. │
│ │
│ Otherwise, to fix this issue, first, check the Java version used by Flutter by running `flutter │
│ doctor --verbose`. │
│ │
│ Then, update the Gradle version specified in │
│ C:\Users\USER\Downloads\flutter_memory_matching_game\scc-memory-matching-game-main\android\gradl │
│ e\wrapper\gradle-wrapper.properties to be compatible with that Java version. See the link below │
│ for more information on compatible Java/Gradle versions: │
│ https://docs.gradle.org/current/userguide/compatibility.html#java │
2
│ │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘
Error: Gradle task assembleDebug failed with exit code 1
자바 버젼 때문인건지 자바 11을 다운 받을라고 오라클 페이지 들어가면 400에러가 떠서 다운이 안됩니다.
에뮬레이터 실행이 안되서 수강하다가 계속 멈춰 있습니다.
해결이 필요합니다.



