
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
1-5 강의 중 에뮬레이터에 Run Without Debugging 하는 부분에서 제대로 출력이 안돼요. 강의에서 선생님이 설명하신 대로 따라했는데 어떤 부분에서 잘못된 건지 궁금합니다. 에뮬레이터는 Pixel_3a_API_34_extension_level_7_x86_64 로 실행했습니다.


작성한 코드 및 에러 메세지
Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
main.dart:1
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\nauu4\OneDrive\���� ȭ��\flutter\hello_flutter\android\app\build.gradle' line: 24
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
> Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.
* 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 1s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)
