Hocam selamlar ben c#tan geldiğim için kendimi visual studio codeda daha rahat hissederim diye ordan kullanmak istiyorum fakat şu hatayı alıyorum debug ederken programı;
Launching lib\main.dart on Android SDK built for x86 in debug mode…
ProcessException: Process “C:\Users\suleyman\OneDrive\Masaüstü\Flutter\appdeneme\deneme\deneme1\android\gradlew.bat” exited abnormally:
FAILURE: Build failed with an exception.
Build file ‘C:\Users\suleyman\OneDrive\Masaüstü\Flutter\appdeneme\deneme\deneme1\android\app\build.gradle’ line: 24
* What went wrong:
A problem occurred evaluating project ':app'.
> 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 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
BUİLD FAILED in 1s
Command: C:\Users\suleyman\OneDrive\Masaüstü\Flutter\appdeneme\deneme\deneme1\android\gradlew.bat app:properties
Please review your Gradle project setup in the android/ folder.
Exited (sigterm)