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.
상기 오류는 안드로이드 불러오는 프로젝트 경로안에 한글주소가 있어서그렇습니다.
예를들어
C:\Users\AAA\Documents\카카오톡 받은 파일\app\app
카카오톡받은 파일이 한글로 되어있어 그렇습니다.
영문으로 바꾼후 프로젝트를 import시키면 문제가 없습니다.
C:\Users\AAA\Documents\AAAAA\app\app
이것으로 오류는 해결되었길 빕니다.
'언어 > ANDROID' 카테고리의 다른 글
안드로이드 스튜디오(SDK/AVD) 설치하기 (0) | 2019.09.03 |
---|