# Create your first Android project using Kotlin (KAD 01)

DevFeed: [Create your first Android project using Kotlin (KAD 01)](<https://devfeed.tech/articles/create-your-first-android-project-using-kotlin-kad-01-27149.md>)

Original publisher: [Read original article](<https://antonioleiva.com/create-first-android-project-kotlin>)

Published: 2016-11-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Android](<https://devfeed.tech/topics/android.md>), [android-development](<https://devfeed.tech/topics/android-development.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Java](<https://devfeed.tech/topics/java.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [build](<https://devfeed.tech/tags/build.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [java](<https://devfeed.tech/tags/java.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

## AI overview

A beginner tutorial showing how to create an Android project with Kotlin. It covers installing the Kotlin plugin in Android Studio, creating a project, converting a Java activity to Kotlin, configuring Kotlin in the project, and updating Gradle dependencies.

## Source excerpt

Everything Android, Kotlin and other random topics