How to Create an Android Project in Android Studio:-
To create an android project in android studio first we need to download ANDROID STUDIO IDE. Please make sure to maintain high internet connection while installing
the IDE, Android studio will automatically download some files in the background, it is suggested to maintain high internet connection while installing. After installation is completed and when you open the IDE (Android studio) will look like this
SCREEN AFTER INSTALLATION OF IDE
 |
How to Create an Android Project in Android Studio
|
|
Now Select start new Android Studio project
 |
How to Create an Android Project in Android Studio
|
|
Now Select new empty activity and Click next
 |
How to Create an Android Project in Android Studio
|
|
Now enter the App name (Project name you want to create )
App name is the name of your app for example Instagram,whats app..what ever the name will be given it will become as your app name.
Package name is the id of your application for example there are many apps available on google play store every app has an unique id that is called as an package name.
now after filling those fields click on finish.
 |
How to Create an Android Project in Android Studio
|
|
Now after finish it takes some time build your project
 |
How to Create an Android Project in Android Studio
|
|
Now after building your android project you can see the java class file where you can write the logic for the views etc.
 |
How to Create an Android Project in Android Studio
|
|
Comments
Post a Comment