This post is basically an FYI for me.
Running an Android emulator
$ emulator -avd david_6 &
or if you’re getting Out of Disk Space errors
$ emulator -avd david_6 -wipe-data &
Seeing the console output
$ adb logcat
Seeing what AVDs are available
$ android &