

Yesterday I started my PC and tried running the Flutter app.Flutter doctor said I should set the SDK path for Flutter (meaning setting the Path and another environment variable). Installed the Dart and Flutter plugins but the virtual device I set up for the other project wasn’t visible. The native app worked! Then I tried to make a Flutter app in Android studio.Didn’t use Docker since, even removed docker cause the app is currently my priority. I started a plain new Android native (Java) project in Android studio, set up an emulator which said I have to turn off Hyper-V in order for it to work.I ignored that since I had no idea what that is.
#ANDROID STUDIO NOT LAUNCHING EMULATOR MAC INSTALL#
Later on, I installed Android studio which greeted me with an error message about “HAXM” not being able to install itself.It said I need to turn on virtualization in Bios, did that too. Docker needs Hyper-V to be turned on in the Windows features so I did that.

