인프런 커뮤니티 질문&답변

킹덤스피어님의 프로필 이미지

작성한 질문수

Flutter 앱 개발 기초

Flutter 맛보기 - 프로젝트 준비

lauch를 실행하면 오류가 발생합니다.

해결된 질문

작성

·

845

1

Launching lib\main.dart on Android SDK built for x86 in debug mode...
lib\main.dart:1

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\spear\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 8m 18s

 

 

위와 같이 오류가 발생하는데, 원인과 방법을 알려주시면 감사하겠습니다.

답변 1

1

DevStory님의 프로필 이미지
DevStory
지식공유자

안녕하세요 킹덤스피어님

첨부해 주신 에러를 보니, 생성하신 flutter 폴더가 한글로 된 폴더 밑에 있어서 에러가 발생하는 것으로 확인됩니다.
현재 "OneDrive/한글폴더/flutter" 이런식으로 경로가 되어 있는데, "OneDrive/flutter" 이렇게 한글 폴더 밖으로 flutter 폴더를 옮기시면 정상적으로 작동하실 것 같습니다.

진행해 보시고, 잘 안되시면 카카오 오픈톡 링크로 문의 주세요.
감사합니다 ❤️

감사합니다^^ 알려주신대로 하니까 정상적으로 잘 됩니다!!

DevStory님의 프로필 이미지
DevStory
지식공유자

무사히 해결되셔서 다행이네요!
시원한 주말 보내세요 :)