Home > Blockchain >  Android Studio Problem with creating a new flutter project
Android Studio Problem with creating a new flutter project

Time:03-25

enter image description here Can I know why my error popup font is breaking? When I Run the Flutter Doctor enter image description here this appears, and I understand that I didn't add the directory to the Envir-Path.

But First I want to solve the error notation.

My envir. is Windows11 and using the latest version of Android Studio and also Installed the flutter plugin also installed Git.

CodePudding user response:

I had the same problem. I uninstalled git and reinstalled it from https://git-scm.com/downloads. However, it still did not fix the problem. Then, I right clicked on Android Studio and clicked on Run as Administrator. Apparently, it fixed my problem.

Also, run flutter doctor in your terminal as it says and install anything you have not installed yet.

  • Related