First project in Android using Kotlin

It is petty easy to start a project in Android. To start an Android project we assumed that you already have Android Studio Installed in your machine, If you haven't then please click here to install Android studio first. After installing the android studio please follow the steps mentioned below. Let's start creating the first project in Android using Kotlin.

We hope you already have good knowledge of Kotlin. If you are new to Kotlin then please learn it first click here to start with Kotlin.

Follow these steps:

1. Launch Android Studio in your machine then the following popup will appear on the screen. Click on create new project button to start the project.

Starting First Project in Android using Kotlin

In case there is already a project open in Android Studio then you can click on File>Create New Project. 

2. After clicking on create a new project the following popup will appear on the screen which will allow you to choose an activity template for your project you can choose any according to the requirement of your project. To keep it simple we are choosing here Empty Activity. Click next after choosing the activity template.

First project in Android using Kotlin

3. Now this new popup window will appear on the screen which will allow you to choose Application name, package name, save location(where you want to save your project in your machine), minimum SDK version and most important language(Don't forget to choose Kotlin here). After you are done click on the finish button.

First project in Android using Kotlin

4. Congratulations you have successfully created your First project in Android using Kotlin. To run this application on a virtual or physical device click on the play button.

First project in Android using Kotlin

Spread the love
Scroll to Top