Skip to content
On this page

Create your application

Project Setup

1 - Create a new project

In Select a Project Template, select Empty Activity. Press Next.

android

Next, configure your project:

1 - Select either Java or Kotlin from the Language dropdown menu
2 - Select API 24: Android 7.0 (Nougat) from the Minimum SDK dropdown menu
3 - Press Finish

Android Studio will open your project with a tab opened to either MainActivity.java or MainActivity.kt depending upon if you created a Java or Kotlin project respectively.

android