The Wayback Machine - https://web.archive.org/web/20210415082932/https://www.geeksforgeeks.org/how-to-create-project-in-android-studio-using-kotlin/
Skip to content
Related Articles

Related Articles

How to create project in Android Studio using Kotlin
  • Last Updated : 11 Sep, 2019
GeeksforGeeks - Summer Carnival Banner

As we know Kotlin plugin is bundled with Android Studio above version 3.0, we can build android application using Kotlin language instead of Java.

Below are the steps to create a new project in Kotlin programming Language.

Step 1: In Welcome to Android Studio screen, select Start a new Android Studio Project.
Image
 

Step 2: Select Empty Activity and click on the Next button.
Image
 

Step 3: Here we write name of our application and select the language Kotlin for the project. Then, click on the Finish button to launch the project.
Image
 

Step 4: Finally our newly created project opens which contains different number of files.
Image
 

Attention reader! Don’t stop learning now. Get hold of all the important DSA concepts with the DSA Self Paced Course at a student-friendly price and become industry ready.

My Personal Notes arrow_drop_up
Recommended Articles
Page :