Multiple choice technology platforms and products

How would you ensure that Android SDK is successfully installed on your desktop? Choose the most appropriate answer.

  1. dex --version

  2. aapt --version

  3. dx --version

  4. dex --ver

  5. None of above

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

The dx tool is part of the Android SDK that converts .class bytecode to .dex format. Running dx --version verifies the dx tool is installed and functional, confirming the Android SDK setup. dex and aapt are different tools.