How To Create Project in Android Studio using Kotlin

Hello, Android developer today I will tell you how to create a project in android studio using Kotlin.in 2017 google announced that the Kotlin programming language is now officially supported for android app development using the android studio at Google i/o.

If you use Android Studio 3.0 or above version then Kotlin plugin already bundled with android studio.follow the below process to use Kotlin to develop android application.

Step 1: First open Android studio on your computer.

Step 2: in the Welcome to Android Studio Windows, Now Select Start a new Android Studio Project.

How To Create Project in Android Studio using Kotlin

Step 3: Next screen select the Empty Activity and press next button.

Step 4: in the Configure your project window, enter your application name / project name in the Name field.

How To Create Project in Android Studio using Kotlin

Step 5: Now select Kotlin from the language drop down menu.

Step 6: next select minimum api . now simple click on finish button.

How To Create Project in Android Studio using Kotlin

Step 7: That’s it.

Leave a Reply

Your email address will not be published. Required fields are marked *