Home android-studio not installed Flutter and Dart plugins in Android Studio

not installed Flutter and Dart plugins in Android Studio

Author

Date

Category

In fact, in the plugins, they have
But Flutter Doctor does not see them . What to do?


Answer 1

In the latest versions of Android Studio, this “problem” also appeared. Judging by Issue changed the location paths:

https://github.com/flutter/flutter/issues/67986

MacOS:

LN -S ~ / Library / Application \ Support / Google / AndroidStudio4.1 / Plugins ~ / Library / Application \ Support / AndroidStudio4.1.

For Windows:

Flutter Config --android-studio-dir = & lt; # way to Android Studio # & gt;

or you can switch to Flutter Channel Dev – here the problem has already been fixed “out of the box.”

And you can ignore, because it does not affect how to work and will soon be corrected.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions