How to Start/Create a New Project in Android Studio?

Android Studio | Create a New Project: In this tutorial, we will learn how to start (create) a new project in Android Studio – A step by step guide. By Manu Jemini Last updated : June 06, 2023

If there is no project opened i.e., if you don't have a project opened, you need to create a new project in Android Studio. In this tutorial, you will learn to create a new project if you don't have one or you wish to create a new one.

Steps to Start/Create a New Project in Android Studio

Step 1: The first step is to start the 'Android-Studio'. It will look like this.

Andoird new project 1

Step 2: Now to make a new project, clicks on start a new Android studio project.

Andoird new project 2

Step 3: 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.

Andoird new project 3

Step 4: 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.

Andoird new project 4

Step 5: Then comes to the activity, choose one from the many but if you are super beginner, choose an Empty activity and press next.

Andoird new project 5

Step 6: At last give your activity a name or choose default by clicking → finish. You are all set and good to go.

Andoird new project 6

Step 7: After your gradle build your studio will look something like this.

Andoird new project 7

After this you are all set to work with your project with your main activity java file and layout.




Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.