
안녕하세요.
안드로이드 스튜디오 돌핀에서 지라프로 업그레이드 이후 앱을 빌드하는데 아래와 같은 오류가 뜹니다.
Launching lib\main.dart on sdk gphone x86 in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @4b4e4bf5
* 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.
* Get more help at https://help.gradle.org
BUILD FAILED in 21s
Exception: Gradle task assembleDebug failed with exit code 1
어디서 어떤 설정을 해주어야 해결이 되는지 모르겠어서 질문 드립니다.
감사합니다.
