Android Application Development (AND-401) — Question 75
Which of these is the incorrect explanation of the Android SDK and AVD Manager?
Answer options
- A. They are provided from version 1.6 of the SDK. Up to Version 1.5, there was an AVD Manager but it lacked SDK management functions.
- B. You can create and startup AVD, and on startup you can delete user data up to that point.
- C. The "android" command can be used if "<SDK install folder>/tools" is added to the command path.
- D. The development tools that can be downloaded from Android SDK and AVD Manager are SDK Android platform, NDK-platform, emulator images, and USB
Correct answer: D
Explanation
Option D is incorrect because the Android SDK and AVD Manager do not provide a USB development tool at this time. The other options accurately describe the features and capabilities of the SDK and AVD Manager, such as their version history, AVD management functions, and command path configuration.