Learn How to Create New App Project


Step-01:-

Install the latest version of Android Studio.
(Don't Know!!! Go HERE)

Step-02:-

In the Welcome to Android Studio window, click Start a new Android Studio project.
(If you have a project already opened, select File > New > New Project.)

Step-03:-

In the Select a Project Template window, select Empty Activity(or choose as per your application ) and click Next.

Step-04:-

In the Configure your project window, complete the following:
Enter "Test App"(Type Your Application Name) in the Name field.
Enter "com.example.testsapp"(you can edit it with your words ) in the Package name field.
If you'd like to place the project in a different folder, change its Save location.
Select either Java or Kotlin from the Language drop-down menu.
Select the lowest version of Android your app will support in the Minimum SDK field.
If your app will require legacy library support, mark the Use legacy android.support libraries checkbox.
Leave the other options as they are.

Step-05:-

Click Finish.

After some processing time, the Android Studio main window will appears.