You need to follow below mentioned simple steps to create a basic android application:
1. Before you can start you need the Android SDK and an IDE. Download the android bundle, unzip and start the Eclipse.
2. To run, test and debug your Android Application, create and run a virtual android machine via following step:
2.1. Click on “Windows” at the navigation toolbar
2.2. Open “Android Virtual Device Manager”
2.3. Click on “New” button to create a new Virtual Device.
Type AVD name, select Device and Target, and also make sure that “Use Host GPU” is enabled. This allows the AVD to use the Host GPU and helps to render the AVD much faster. Then click “OK” button.
3. Select newly created AVD and click on “Start” button. You will see following window:
Click on “Launch” button and AVD will be started as:
4. Create a new Project by File->New->Android Application Project. Following screen will open:
Fill in the form as shown in above screen and click “Next”.
5. Configure Project as shown in below screen and click “Next”.
6. Configure Launcher Icon. Here you can choose a Launcher Icon that will be displayed on your mobile phone. Click “Next”.
7. Create new blank Activity and click “Next”.
8. Configure newly created Activity as follows and click “Finish”.
9. Right click the newly created application and select Run As -> 1 Android Application. Unlock the AVD with mouse click and drag and see your default activity view (“Hello World”) in AVD.
1. Before you can start you need the Android SDK and an IDE. Download the android bundle, unzip and start the Eclipse.
2. To run, test and debug your Android Application, create and run a virtual android machine via following step:
2.1. Click on “Windows” at the navigation toolbar
2.2. Open “Android Virtual Device Manager”
2.3. Click on “New” button to create a new Virtual Device.
Type AVD name, select Device and Target, and also make sure that “Use Host GPU” is enabled. This allows the AVD to use the Host GPU and helps to render the AVD much faster. Then click “OK” button.
3. Select newly created AVD and click on “Start” button. You will see following window:
Click on “Launch” button and AVD will be started as:
4. Create a new Project by File->New->Android Application Project. Following screen will open:
Fill in the form as shown in above screen and click “Next”.
5. Configure Project as shown in below screen and click “Next”.
6. Configure Launcher Icon. Here you can choose a Launcher Icon that will be displayed on your mobile phone. Click “Next”.
7. Create new blank Activity and click “Next”.
8. Configure newly created Activity as follows and click “Finish”.
9. Right click the newly created application and select Run As -> 1 Android Application. Unlock the AVD with mouse click and drag and see your default activity view (“Hello World”) in AVD.














