This project is a native Android app developed using Android Studio and Kotlin. It is the result of following the build your first app tutorial in the Android developers' documentation.
- Clone or download the first-android-app repo
- From Android Studio, open the first-android-app project
- Make the project by selecting Build | Make Project from the Android Studio menu
Note: You may get build errors regarding licenses. If this occurs run the Android SdkManager utility to resolve:
sdkmanager --licenses
From Windows 10, the SdkManager utility is located in C:\Users\<user>\AppData\Local\Android\Sdk\tools\bin. For more information see the following: https://stackoverflow.com/questions/38096225/automatically-accept-all-sdk-licences.