Create the base Android application to use Amazon Location
In this tutorial, you will create an Android application that embeds a map and allows the user to find what's at a location on the map.
First, create an empty Kotlin application using Android Studio's new project wizard.
To create an empty application (AndroidStudio)
Start AndroidStudio. Open the menu, and choose File, New, New Project.
From the Phone and Tablet tab, select Empty Activity, and then choose Next.
Choose a Name, Package name, and Save location for your application.
In the menu for Language, select Kotlin.
Choose Finish to create your blank application.