Once you are done with Android studio download and installation, you will see below screen.
![Start new Android project](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/AfterInstallingAndroidStudio.png&nocache=1)
Click on “Start a new Android studio project”. You will see below screen.
![Create New Android Project](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/CreateHelloWorldApp.png&nocache=1)
Application Name : You need to provide name of application.
Company Domain : If you have your domain, you can put it here.
Package name : Package name should be unique. When you publish your application with google play store, google play store distinguishes your app by package name only.
Click on Next after filling above form.
![Choose Phone and tablet](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/TargetAndroidDevice.png&nocache=1)
Choose “Phone and Tablet” and select Minimum SDK, you want to support for your application.
Click on Next and you will see below screen:
![Choose Android Activity](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/ChooseEmptyActivity.png&nocache=1)
It is activity selection screen. We will choose “Empty Activity”. It should be good enough for our hello world project.
Click on Next.
![Customize Activity](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/HelloWoldActivity.png&nocache=1)
Activity Name : It is name of Activity , you want to create. I have put it as “HelloWorldActivity”.
Layout Name : When Android studio create activity for you, it also create layout xml file which binds with the activity.
Don’t worry , if you do not understand about it much, I will write separate post to explain Activity.
Click on Finish. You will get below screen.
![Created Android Hello world](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/HelloWorldApp.png&nocache=1)
Run Hello World App :
Lets run the app now.
Go to Run – > Run ‘app’ , you will see below screen.
![Select AVD screen](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/CreateNewAndroidAVD.png&nocache=1)
We are going to create Android Virtual Device to demonstrate create android app.
Click on “Create New Virtual Device” , you will see below screen.
![Choose Android Hardware](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/ChooseAndroidDevice.png&nocache=1)
Choose suitable android configuration on which you are going to test your application. Click on next.
![Download System Image](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/DownloadSystemImage.png&nocache=1)
Here we are going to select System image, you may not have downloaded system image, so you can download by clicking on link.
When you click on download, you will see below screen.
![Download Android Virtual Device](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/componentInstaller.png&nocache=1)
It will download system image, once done click on Finish. You will see below screen.
![Android Virtual Device](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/NameForDevice.png&nocache=1)
You can provide name to your AVD. Click on Finish.
![Nexus 5 API 25](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/ChooseAndroidAVD.png&nocache=1)
Choose downloaded AVD and click on Ok.
You will see an additional app started.
![Android Hello World Screen](https://java2blog.com/wp-content/webpc-passthru.php?src=https://java2blog.com/wp-content/uploads/2021/09/HelloWorldAppScreenShot.png&nocache=1)
Bingo!! we have successfully create Hello world Android App. Don’t worry if you do not understand much yet, I will explain about Activity and Android folder structure which will help you to understand created android app.
It is good i want more mobile applications from u