How to create First Project In Android Studio ?.

How to create First Project In Android Studio ??.

Step 1- Open Android Studio.

Step 2- click Start a new Android Studio project.S
Step 3-  If you have a project already opened, select File > New > New Project.
Step 4- In the Configure your project window, complete the following:
  • Enter "My First App" in the Name field.
  • Enter "com.example.myfirstapp" 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 5- Click Finish.


Comments

Popular posts from this blog

How to Integrate or Work with Open Street Map (OSM) in an Android App (Kotlin)

ListView in android with api and volley Network Library in android Studio.

how to implement OpenStreetMap in android