Home »
Android
How to create a project in Android Studio?
In this article, we will learn how to make a new project in Android Studio?
Submitted by Manu Jemini, on January 04, 2018
The first step is to start the ‘Android-Studio’. It will look like this.
Now to make a new project, clicks on start a new Android studio project.
Then the window will change and will ask you about the name of your Application and the company. You can also just click on → Next.
This will lead you to another window which will ask you about the different android version and compatibility of you app with them. Choose what you like and press next.
Then comes to the activity, choose one from the many but if you are super beginner, choose an Empty activity and press next.
At last give your activity a name or choose default by clicking → finish. You are all set and good to go.
After your gradle build your studio will look something like this.
After this you are all set to work with your project with your main activity java file and layout.