After installing Android studio and run "flutter-doctor" on windows terminal, it gives me an error saying that: Android Studio ( not installed ). After some research, I found this solution that worked pretty well.
On terminal type: flutter config --android-studio-dir=
Example on Windows:
flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
Example on Linux:
flutter config --android-studio-dir="/snap/android-studio/current/android-studio"
Top comments (0)