How to create new project in Android Studio ?

How to create New project in Android Studio ?


To Create new project on "Android Studio" first open your android studio application and follow these steps:-


1st STEP: CLICK ON FILE


2nd STEP: CLICK ON NEW


3rd STEPCLICK ON NEW PROJECT


4th STEP: Select your Activity According to your needs (For BEGINNER Empty Activity is Good).


5th STEP: Name Your App that you want to give


6th STEP:  Choose your Package Name(Package Name should be simple always).


7th STEP: Choose Your Path to save the project


8th STEP:  Choose your Language in which you want to write your program.


9th STEP:  Choose the minimum version of Android.


10th STEP:  And then click on FINISH. After clicking on finish it take some time to build Gradle tasks.



0 Comments