Skip to content Skip to sidebar Skip to footer

How to create new project in android studio?

1) Open Android studio, then find the File option from the menu bar and go to New => New Project.





2) Now one new dialog box is open and asks for the project details Application name, Company Domain, and project location.

Application name
     No need to enter a unique name compare with the play store, this name is displayed under the application icon.


Application name for android project
Company Domain
     It must be a unique comparison between the google play store (If you created the name and the same name already in playstore it won't show any error message, but in publishing time it will show an error).


Unique id in play store


Project Location
     It will automatically take the previous project path, if you want the same path no need to change it, or you can change it.

Application directory

3) then press the Next button
     In this window select the minimum target SDK, wear, TV, and android auto.

Minimum SDK
     Here you can select the minimum required android os version.

Choose Minimum SDK target version

Wear
     This means is this application support a wearable android device or not (If yes then check or uncheck it).

Wearable android device or not

Wearable device

Android TV
     It will indicate this application is applicable for Android TV.

Android TV android studio

Android tv os

Android auto
Android auto



4) Click next in this dialog box, you can find some templates, if you want any templates from there you can select otherwise select "Blank Activity".

Blank Activity in android studio new project

5) Click next and enter the activity name, layout name, title, and menu resource name, you can change it or leave it and just press the finish button.

Final of the new project window

 6) Click Finish. Now you can write your code here.










Post a Comment for "How to create new project in android studio?"