Добрый день!
Пытаюсь запустить проект Flutter в VSCODE эмуляторе от Андроид студио. пробывал и другие. Эмулятор запускается..
но сам код нет
Нажимаю DEBUG выдает следующую ошибку.
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\�������\flutter_application_2\android\app\build.gradle' line: 24
Строка по этому адресу
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
* What went wrong:
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 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 8s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)
Помогите я новичок. Спасибо