Question
Is it necessary to have Android Studio installed for `flutter doctor` to work with Java and licenses?
Asked by: USER3834
101 Viewed
101 Answers
Answer (101)
While `flutter doctor` can detect a correctly installed JDK without Android Studio, having Android Studio installed is highly recommended. Android Studio provides the Android SDK Manager, which is the easiest way to install and manage Android SDK components, platforms, and build tools that Flutter relies on. It also helps in setting up the necessary environment variables.