Let’s begin coding….our first HelloWorld Android App !

Create a New Android Project by clicking the Android Icon ( Or File->New->Other and Select Android -> New Android Project)

Now here is the important step:
Project Name: HelloWorld (you can change to whatever you want)
Select a Build Target: Android 1.5
Application Name: HelloWorld
Package Name: com.dzinelabs.examples
Create an Activity: Main


Eclipse automatically generates the Android Project Structure:
Take a minute to familiarize yourself with the Project Layout structure to better help navigate yourself around an Android Project


Select Run as Android Application:

The Emulator window will pop-up…you’ll have to wait a while, since loading can take a while!..be patient! 😉

That’s it – Your first Android Application!