Complete the code to start Android Studio after installation.
fun main() {
println("Launch [1] to start coding.")
}You launch Android Studio to start Android app development after installation.
Complete the sentence about system requirements for Android Studio installation.
Android Studio requires at least [1] GB of RAM for smooth performance.
Android Studio recommends a minimum of 4 GB RAM for good performance.
Fix the error in the command to check Java version after installing Android Studio.
Open terminal and type: [1] -version
The correct command to check the Java runtime version is java -version.
Fill both blanks to complete the steps for creating a new Android project.
In Android Studio, click [1] then select [2] to start a new app.
You start by clicking File menu, then choose New Project to create an app.
Fill all three blanks to complete the Gradle sync message after Android Studio installation.
Gradle sync [1] successfully. You can now [2] and [3] your app.
After installation, Gradle sync completed means you can build and run your app.