Match each of the names or acronyms to the correct description in the list below
ID: 3875991 • Letter: M
Question
Match each of the names or acronyms to the correct description in the list below.
- A third-party Android emulator that runs natively on most desktop computers.
- An IDE (Integrated Development Environment) for creating Android Apps.
- A library that's required to run x86 based devices on Intel boxes natively.
- The native processor on most Android devices.
- A fake Android phone or tablet that you can test your app on.
- These software libraries from Oracle must be installed before Android Studio can be run.
- These software libraries define the Applications Programming Interface for Android apps.
JDK
Android Studio
SDK
AVD
HAXM
Genymotion
ARM
Explanation / Answer
Acronym description is below.
Explanation:
1. JDK or Java Development Kit must be installed on a pc before Android Studio can be made to use. These are the software libraries from Oracle which is must to develop and test the Android and Java applications.
2. Android Studio is an Integrated Development Environment (IDE) to develop Android Apps like Eclipse.
3. AVD or Android Virtual Device is a simulation of Android Device on a PC which can be utilized to test an android app.
4. HAXM or Intel Hardware Accelerated Execution Manager is an application to run x86 based devices on Intel machines.
5. Genymotion is an android emulator which is used as Android Virtual Device to test android apps on PC but the difference is that it is provided by a third party.
6. ARM - The processor which exist in Android Devices.
1. JDK - These software libraries from Oracle must be installed before Android Studio can be run. 2. Android Studio - An IDE (Integrated Development Environment) for creating Android Apps. 3. SDK - These software libraries define the Applications Programming Interface for Android apps. 4. AVD - A fake Android phone or tablet that you can test your app on. 5. HAXM - A library that's required to run x86 based devices on Intel boxes natively. 6. Genymotion - A third-party Android emulator that runs natively on most desktop computers. 7. ARM - The native processor on most Android devices.