Multiple choice technology platforms and products

The command “android list” displays the following -

  1. All available Android targets

  2. All available Android Virtual Devices

  3. Both a & b above

  4. None of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The 'android list' command in Android SDK displays both available Android targets (different platform versions and API levels) and Android Virtual Devices (AVDs) that have been created. Option C correctly identifies that this single command shows both types of information.