Step 02 - First Android Project - “HelloWorld”
Press “Next” and then give the project a name: ‘HelloWorld’
It’s recommended you change the default package name also, (as in the screenshot) and accept the rest of the defaults, on the remaining screens.
You should choose An Empty Activity as your activity type
After you press “Finish”, you should now have something similar to the following:
Next, open up the AndroidManifest.xml file in Graphical View, select the ‘Application’ tab and change the ‘Theme’ to Theme.Holo.Light with Dark Action Bar, like below
Select the Project (HelloWorld)->Right-Mouse-Button->Run As->Android Application, as follows:
If you haven’t done so already, you will be asked to select/create an AVD (Android Virtual Device), as follows:
and