Multiple choice technology platforms and products

You can test Android Emulator using following command -

  1. emulator -test

  2. emulator -avd

  3. emulator –avd <<AVD Name>>

  4. 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.