I am attempting to start android emulator (using various methods, AVD, command line with flutter emulator or VSCODE extension) and each way I do it... it doesn't work.
For example if I launch the emulator through VSCODE using Debug->start debugging
. The emulator seems to start... meaning I get the giant phone come up. However, it only stays there for about 30 seconds then disappears. When I do this from the command line using flutter emulators --launch Pixel_2_API_29
same result... also same result from AVD...
The frustrating part is I don't get any error messages...
The closest thing I get to an error message is in VSCODE it says
Failed to launch Pixel 2 API 29: Error: Emulator didn't connect within 60 seconds
Which isn't very helpful.
Is there any log that i can view that may have information on this?