Recall & Review
beginner
What is Android Studio?
Android Studio is the official software used to create Android apps. It provides tools to write, test, and debug your app code.
Click to reveal answer
beginner
Name one system requirement for installing Android Studio.
You need at least 8 GB of RAM and 4 GB of free disk space to install Android Studio smoothly.
Click to reveal answer
beginner
Why do you need to install the Android SDK with Android Studio?
The Android SDK contains tools and libraries needed to build and test Android apps. Android Studio installs it automatically.
Click to reveal answer
intermediate
What is the purpose of the Android Virtual Device (AVD) Manager?
AVD Manager lets you create and run virtual Android devices on your computer to test your apps without a physical phone.
Click to reveal answer
beginner
How do you update Android Studio to the latest version?
You can update Android Studio by clicking Help > Check for Updates on Windows or Android Studio > Check for Updates on Mac.
Click to reveal answer
Which operating system is NOT supported by Android Studio?
✗ Incorrect
Android Studio supports Windows, macOS, and Linux but not iOS, which is Apple's mobile OS.
What is the first step after downloading Android Studio?
✗ Incorrect
After downloading, you must run the installer and follow the setup steps to install Android Studio.
Which tool helps you test your app without a physical device?
✗ Incorrect
AVD Manager creates virtual devices (emulators) to test apps without real phones.
What does SDK stand for in Android development?
✗ Incorrect
SDK means Software Development Kit, a set of tools to build apps.
Which of these is NOT a recommended system requirement for Android Studio?
✗ Incorrect
A touchscreen monitor is not required to run Android Studio.
Describe the main steps to install Android Studio on your computer.
Think about what you do from downloading to testing your first app.
You got /4 concepts.
Explain why the Android Virtual Device (AVD) Manager is useful for app developers.
Imagine you want to try your app on many phones but only have one.
You got /3 concepts.