
Hope you have installed the Android studio and configure the AVD (Android Virtual Device). Now follow the below steps to execute “Hello World using Android”
Step 1
Open the Android Studio 1.0 and Select File -> New Project …

if you are opening Android Studio First time then you may select from below screen

If you are opening android studio first time, then click “Start a new Android Studio project”.
Step 2

Select the minimum SDK you need for your development and click Next
Step 3

Select activity, this is basically what kind of template you are going to use. Now click next.
Step 4

Provide the details and click Finish
Step 5

Now select fragment_main.xml
Step 6

Still building apps , wait if you get this kind of message

If you see the below screen means building app is done.
Step 7

Drag the “Plain TextView”
Step 8

select the “Plain TextView” and change the properties – write “Hello Word”
Step 9

Click “Run app”
Step 10

Choose AVD and click ok. Now wait for AVD.

Unlock the emulator.

Done.
Note – You May see below error while Running the Android App.

Follow the below steps to solve the error.

check the SDK , install the Intel x86.
Now change the bios and enable the visualization .

Select Change Advanced startup options
Restart now
Click Restart Now ->Trouble Shoot ->Advanced Options ->UEFI Firm ware settings
Click restart.
now Enable the virtualization.
If the above process does not solve the issue , please browse the Intel link and follow the steps. it will help to solve the issue
Leave a Reply