Skip to main content

How to create a new project in android studio


 step1-Open your android studio in you computer.

steip2-Go to file in your title bar.

step3-Open new and select new project.

After it there are many basic project templates which we have to select  since we are preparing here a basic app so we would like select empty project template.

step4-Click on next

A  new dialog box appear in which you have to fill the name of your own project. After filling it Package name of your project will be filled by itself. you can also customize you project location where you want.

step5-select your language .

step6-Select you Minimum SDK(which will sure you how much android system your app will run.

for a good experience- API 16 : Android 4.1(jelly Bean) suggested.

step6-Click on finish 

After indexing Your new project will be set.

Comments

Post a Comment

Popular posts from this blog

Add video in web page

Nodejs tutorial 1