---
title: "Getting Started Android with Eclipse: Hello World!"  
description: "Here I am explaining how to implement first app in Android using Eclipse"  
author: "Anonymous User"  
published: 2014-11-07  
updated: 2019-09-07  
canonical: https://www.mindstick.com/articles/1517/getting-started-android-with-eclipse-hello-world  
category: "android"  
tags: ["android", "android emulator", "eclipse"]  
reading_time: 2 minutes  

---

# Getting Started Android with Eclipse: Hello World!

Last time, I have introduce android with [Introduction](https://yourviews.mindstick.com/view/85450/mesopotamia-introduction-to-an-ancient-civilization) to Android .Now we are getting started and ready to start our first [interaction](https://yourviews.mindstick.com/view/80771/technology-is-destroying-human-interaction-how) with android.

\

##### Requirements:

##### \
1. Java JRE

##### 2. Eclipse SDK

##### 3. Android SDK

Or [Android Studio](https://www.mindstick.com/blog/10942/android-studio-vs-eclipse) with a compatible [version](https://www.mindstick.com/articles/12845/things-to-remember-while-migrating-odoo-to-a-better-version) of JAVA SDK

[Install](https://www.mindstick.com/articles/12876/the-top-5-reasons-to-buy-and-install-a-tonneau-cover) and configure above [software](https://yourviews.mindstick.com/view/88275/why-must-software-beginners-join-the-mindstick-training-program-to-enhance-coding-skills) and [launch](https://www.mindstick.com/news/2241/what-does-the-launch-of-google-cloud-s-own-node-hosting-service-mean-for-web3-developers) Eclipse Android SDK

##### Create Project with Eclipse:

\

1. Go to Files -> New -> [Project](https://yourviews.mindstick.com/story/1788/things-to-ensure-your-construction-project-is-successful)

##### \

2. In the window that appears (Select a Wizard ), open the Android Folder,

select Android Application Project and click Next

##### \

3. Fill in the form that appears Application Name, Project Name and Package

Name and Click Next.

\
![Getting Started Android with Eclipse: Hello World!](https://www.mindstick.com/mindstickarticle/046fb9e5-ace4-4660-a00e-cc82c2b778fa/images/7b878955-bba3-480f-b25e-5cb346c615b7.png)\

4. On the next Screen to configure the Project, leave the Default selection and

Click Next.

5. The Next screen can help us to create launcher Icon for our App and Click Next.

\
6. Now we can select an Activity Template from which we can begin building

our App. From this Project select Blank Activity and click Next.

\
7. Leave all details for the activity in their default state and click Finish

\
To run our Project we need either an Android Device or a Virtual Emulator -

Android Virtual Device (AVD)

\
Create and Run an Emulator (Android Virtual Device)

\

1. Go to Windows -> Android Virtual Device Manager and Launch the virtual

Device Manager

\
2. In the Android Virtual Device Manager panel, click New.

\

3. Fill in the details for the AVD. Give it a Name, a platform Target an SD card

size, and a skin (HVGA is default).

\
5. Select the new AVD from the Android Virtual Device Manager and click Start.

6. After the Emulator boots up, unlock the Emulator Screen.

7. Click create AVD

![Getting Started Android with Eclipse: Hello World!](https://www.mindstick.com/mindstickarticle/046fb9e5-ace4-4660-a00e-cc82c2b778fa/images/2edf27eb-1ad6-4c48-8f93-3baf5c185f8f.png)

##### Running the application:

#####

Click on the Run Button or Go to the Project Directory in Project Directory and run MainActivity .java

Just wait for a while and it will start an Android Emulator having message on the mobile screen “Hello Word!”

---

Original Source: https://www.mindstick.com/articles/1517/getting-started-android-with-eclipse-hello-world

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
