To create a new project in Android Studio:
- Open Android Studio and click on "Start a new Android Studio project"
- If you do have a project opened, create a new project by selecting File > New > New Project from the main menu.
2. Choose the "Empty Activity" template, then click "Next"
3.Give your project a name, select your project location and select an API level.
3. Give the activity a name and click "Finish"
And that's it! You have now created a new project in Android Studio. You can start coding your app in the MainActivity.java file and design your app's user interface in the activity_main.xml file.
Android Studio makes it easy to create Android apps for various form factors, such as phones, tablets, and Wear devices. This page explains how to start a new Android app project or import an existing project.