It is not neccessary, but advised to install Android Studio for Flutter . It makes it very easy to install and configure all the settings etc. What you definitely need is the Android SDK and JDK. You can definitely install and run flutter without Android Studio (you can also use Visual Studio).
Read moreHow do I manually install AVD?
Go to the AVD Manager in Android Studio (it is in the toolbar and looks like a tablet with an Android on it), then click on “Create Virtual Device” once a window called “Android Virtual Device Manager” pops up. Next, choose the device you want to pick, and then click “Next”.
Read moreHow do I open AVD Manager from VSCode?
Select and run your emulator from Visual Studio Code. Open all commands with Cmd-Shift-P and type Emulator or click the Emulator icon in the top right .
Read moreHow do I install only AVD Manager?
You can read the documentation here for more details.
Read moreHow do I enable AVD Manager?
Create an AVD
Read moreHow do I fix Android SDK file not found ADB?
Reinstalling the platform tools might fix this problem . Open Android Studio, click SDK Manager in the toolbar or click Tools > SDK Manager, click SDK Tools, then uncheck Android-SDK Platform-Tools (as shown above). After this, open C:\Users\Username\AppData\Local\Android\Sdk and delete the platform-tools folder.
Read more