Multiple choice technology platforms and products You can test Android Emulator using following command - emulator -test emulator -avd emulator –avd <<AVD Name>> None of above Reveal answer Fill a bubble to check yourself C Correct answer Explanation The Android emulator is launched using 'emulator -avd ' where is replaced with the actual AVD name. Option C shows the correct syntax with the placeholder. The 'emulator -test' option doesn't exist, and '-avd' alone without a name is incomplete.