General Info
To start a new project with Kotlin, open your Android Studio
. You'll see this view.
You can start with Empty Activity
and click Next
.
In this section, you'll fill:
Application Name
Package Name
: usually use domainexample.com
and reverse itcom.example
+ application name (when you write the application name, it will generate lower case application name)Save Location
: Place to save your applicationMinimum SDK
: Minimum SDK that you applied for the application, it will impact the user can download the application.Build Configuration Language
: Build configuration for the application, you can use- Kotlin DSL (build.gradle.kts) (Recommended)
- Kotlin DSL (build.gradle.kts) + Gradle Version Catalog (Experimental)
- Groovy DSL (build.gradle)
WARNING
If you get error The path '/Users' is not writable. Please choose a new location
, please check if the destination is existed.