1. Setup a new project
- Open Android Studio.
- Select File -> New -> New Project…
- In the Create New Project dialog select Empty Activity from the Phone and Tablet tab and click Next.
- Make the following selections and click Finish:
- Name: Pick a name
- Package name: Pick a package name
- Save location: Pick a folder
- Language: Kotlin
- Minimum API level: API 19: Android 4.4 (KitKat)
- Leave This project will support instant apps unchecked.
- Check Use androidx.* artifacts.