Which one of the following terms best describes what allows the developer to pick a device for creating an emulator and determines which platform(s) the app will support?
a. API level
b. Google APIs
c. Build tools
d. AVD profile
d. The AVD profile describes what type of device you want the emulator to simulate, including which Android platform to support. You can specify different screen sizes and orientations, and you can specify whether the emulator has an SD card and, if it does, what capacity the card has.
You might also like to view...
Each of the SAMM's 12 security practices has how many maturity levels?
A. 1 B. 2 C. 3 D. 4
There are two classes: class GeometricObject and class Cylinder. Which one is the base class and which one is the derived class?
A. class GeometricObject is the derived class from Cylinder. B. class GeometricObject is the child class. C. class Cylinder is the base class. D. class Cylinder is derived from GeometricObject.