Java

Creating a new project

  1. Open Android Studio and select New Project from the File menu.
  2. Set the minimum SDK for the app to be API 24 (Android 7.0, Nougat).
  3. Click through the wizard, ensuring that Empty Activity is selected. Leave the Activity Name set to MainActivity, and leave the Layout Name set to activity_main.