Vscode da örnek flutter projesini çalıştırmak istediğimde emulatorle başlatıyorum fakat emulator açılıyor örnek proje çalışmıyor. main.dart’ı run without debugging le başlattığımda ise debug console da aşağıdaki hatayı alıyorum;
`FAILURE: Build failed with an exception.
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.
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.
BU�LD FAILED in 1s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)`
line 24 e gittiğimde de bu yazıyor;
apply plugin: 'com.android.application'
Bu arada aynı projeyi emuatorle değil de chrome la açmak istediğimde hata almıyor sorunsuz çalışıyor. Ne kadar googlelasam da bir türlü çözemedim hatayı.