

I have searched the web and tried multiple solutions. I have tried deleting this folder and recompiling it, but it still doesn't work. gradle folder there are two subfolders made, which are 7.5 and 8.0.2. I have tried changing the version of gradle in the gradle-wrapper.properties file:īefore the version was, so I simply changed it to gradle-8.0.2-all.zip, matching the one installed on my machineīefore the version was, so I simply changed it to gradle-8.0.2-all.zip, matching the one installed on my machine.ĭue to this in my. Added JAVA_HOME variable in the environment. I have installed jdk version 19.0.2 and added that to path as well. I am using flutter without android studio I ran "flutter run" in the bash terminal but received the following error: Now I opened VS Code, opened the command palette and selected Flutter:New Project and then selecting Application. I have manually installed Gradle version 8.0.2 and added it to path as well. I have added flutter sdk, platform-tools to path. Using the sdkmanager I have installed the "build-tools 33.0.1" "platforms android-33" "platform-tools". Made an ANDROID_SDK_ROOT environment variable. I have installed and setup the android SDK manually. I am using Windows 11 machine and learning flutter for the first time and I am using it without Android Studio.
