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.

Andoird new project 1

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

Andoird new project 2

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

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

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

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

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.


Related Tutorials

ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT


Top MCQs

Comments and Discussions!




Languages: » C » C++ » C++ STL » Java » Data Structure » C#.Net » Android » Kotlin » SQL
Web Technologies: » PHP » Python » JavaScript » CSS » Ajax » Node.js » Web programming/HTML
Solved programs: » C » C++ » DS » Java » C#
Aptitude que. & ans.: » C » C++ » Java » DBMS
Interview que. & ans.: » C » Embedded C » Java » SEO » HR
CS Subjects: » CS Basics » O.S. » Networks » DBMS » Embedded Systems » Cloud Computing
» Machine learning » CS Organizations » Linux » DOS
More: » Articles » Puzzles » News/Updates

© https://www.includehelp.com some rights reserved.