Unable to create Android Q emulator - android-emulator

I have been trying to create an Android Q based emulator. The following errors keep on coming. I am on Android Studio 3.5
Here are the components so far I've installed

Related

Android SDK is Unavailable in the First Startup of Android Studio

I've been trying to install Android Studio for learning flutterenter image description here As I try to install Android Studio, and run it for the first time, I arrive at the following screen
use vpn app , looks like your region is denied

run an emulator without android studio

I'm using flutter on visual studio code and my android studio emulator doesn't work.
Is there a way I can run an emulator on visual studio code without android studio's help?
on android studio press shift twice then write device manger choose it then run the emulator
if this doesn't work can you provide more info about the error you get from android studio
I recommend that you run "flutter doctor" in your VS Code Terminal to determine any issues with your Android Studio and/or emulator. Then update your question with any errors that occur or simply write out the error you are getting from Android Studio when trying to start your emulator.
However, you won't have to use an emulator that is on Android Studio if you simply turn on Developer Mode/Options on your personal Android Device, then turn on "USB Debugging", this will allow you to run a version on your app on your phone as long as you have your phone connected to your computer through a USB cable.

Im getting these errors when Im trying to run Flutter from Visual Studio Code

Fix for this?
I have installed Android Studio SDK and I have an AVD file installed so whats the fix?
[2]: https://i.stack.imgur.com/Hu09W.png
Install flutter and dart plugin for android studio
android studio
try to run emulator or connect to real device via USB (make sure you enable developer mode enable in real device)

Error Opening Emulator i am using flutter project emulator not connected in android studio

Error Opening Emulator
emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature.
Please use -read-only flag to enable this feature
in android studio i am using flutter project showing this error even when i use android project emulator is connected
try deleting your emulator and reinstalling it. If no emulator is running.

Visual Studio 2015 Cannot connect to Android Emulator

I have created a blank Android Native C++ project using Visual Studio 2015 Preview. When I click to run it on the emulator, the emulator will load but I always get the following error and cannot run the app on the emulator.
3>Starting emulator...
3>Error installing the package. The device '169.254.191.177:5555' is invalid or not running. Please switch to another device, or use the Android Virtual Device (AVD) Manager to start a compatible emulator, or connect a compatible Android device.
3>The device is invalid or is not running.
Would this be because I have the Windows Phone emulator installed ? I havnt done anything except install Visual Studio 2015, create project, and run.
Short answer: you need to use "adb connect 169.254.191.177:5555"
Long answer:
Visual Studio 2015 Android Emulator issue
This is not likely to be a result of having the Windows Phone Emulator installed. More likely is that there is a problem with the connection between the VS Android Emulator and Visual Studio. Repairing your VS and VS Emulator for Android installations by going to Control Panel > Programs and Features may resolve this.