0
0
Android Kotlinmobile~10 mins

Android Studio installation in Android Kotlin - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to start Android Studio after installation.

Android Kotlin
fun main() {
  println("Launch [1] to start coding.")
}
Drag options to blanks, or click blank then click option'
AVisual Studio
BAndroid Studio
CXcode
DEclipse
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing other IDE names like Visual Studio or Xcode which are for other platforms.
2fill in blank
medium

Complete the sentence about system requirements for Android Studio installation.

Android Kotlin
Android Studio requires at least [1] GB of RAM for smooth performance.
Drag options to blanks, or click blank then click option'
A2
B8
C4
D16
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 2 GB which is too low for Android Studio.
3fill in blank
hard

Fix the error in the command to check Java version after installing Android Studio.

Android Kotlin
Open terminal and type: [1] -version
Drag options to blanks, or click blank then click option'
Ajava
Bjavac
Cjavap
Djavadoc
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'javac -version' which checks the compiler version, not runtime.
4fill in blank
hard

Fill both blanks to complete the steps for creating a new Android project.

Android Kotlin
In Android Studio, click [1] then select [2] to start a new app.
Drag options to blanks, or click blank then click option'
AFile
BEdit
CNew Project
DOpen Project
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Edit' or 'Open Project' which do not start new projects.
5fill in blank
hard

Fill all three blanks to complete the Gradle sync message after Android Studio installation.

Android Kotlin
Gradle sync [1] successfully. You can now [2] and [3] your app.
Drag options to blanks, or click blank then click option'
Acompleted
Bbuild
Crun
Dfailed
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'failed' for the first blank which means an error.