In this video, I start with a new Android Studio installation, and I create an emulator by:
1) Attempting to debug without an emulator
2) Create an emulator using the setup wizard
3) Download an Android SDK version
4) Enable HAXM for fast virtualized performance
5) Restart my computer, enter BIOS, and enable VT-x
6) Open Android Studio, debug the project again
7) Show the program running in the emulator
8) Add a breakpoint and demonstrate debugging in the emulator
9) Show how an emulated camera works
10) See how to view variable values in the debugger.