Доброго времени суток.
При компиляции проекта на Android (лицензия, v 1.4.1757) вылетает эта ошибка. Прошлые проекты компилировались нормально. Первые версии проекта я компилировал на своем компе, в этот раз компилирую на другом компьютере.
Как исправить?
Код
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\ \Documents\GameMaker\Cache\Literaturoved\Android\Default\com.kowalski.Literaturoved\build.gradle' line: 1
* What went wrong:
A problem occurred evaluating project ':com.kowalski.Literaturoved'.
> Failed to apply plugin [id 'com.android.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 using the command line flag
-Dcom.android.build.gradle.overridePathCheck=true, or adding the line
'com.android.build.gradle.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.