Home » Kotlin Install Android Studio

Kotlin Install Android Studio

by Online Tutorials Library

Android Studio Installation

To develop an android application using Kotlin, we need a Android application development IDE such as Android Studio. Android Studio is an IDE that allows us to develop application at single platefarm. We can download Android Studio set from Android Studio official link Download Android Studio.

Kotlin Android Studio Installation

Before installing Android Studio on our machine, we must have Java installed. Look a reference here https://tutoraspire.com/how-to-set-path-in-java to set path of JDK.

After download Android Studio, run its setup and install it. To install follow the instructions.

Kotlin Android Studio Installation 2

Click Next to proceed.

Kotlin Android Studio Installation 3
Kotlin Android Studio Installation 4

Browse JDK path and click Next

Kotlin Android Studio Installation 5

Check the component which we want to install.

Kotlin Android Studio Installation 6

Provide Android SDK installation location.

Kotlin Android Studio Installation 7

Select the maximum size of RAM to use emulator instances.

Kotlin Android Studio Installation 8

Android Studio is successfully installed on our system.

Kotlin Android Studio Installation 9

You may also like