Part 1: Eclipse Mars 2 for Android Development (Start Up Project)

by ephtermulo in Circuits > Software

1901 Views, 17 Favorites, 0 Comments

Part 1: Eclipse Mars 2 for Android Development (Start Up Project)

9.JPG

I could say, Eclipse is one of the best IDE that we could use in developing Android Application with direct output of an Android Application Package (.apk). One of the easiest way in developing using Hybrid Programming (Java and XML). We could also integrate directly the SDK and use system Image for emulation using Android Virtual Device Manager (AVD). It requires basic knowledge in programming, especially in Java and XML.

Indeed, mastering Eclipse for developing application will be fun.

Please do follow my account for more Instructables :)

Workspace Launcher

1.JPG

Welcome Note

2.JPG

Workspace

3.JPG

Click File > New > Android Application Project

New Android Application Project

4.JPG

Configure Project

5.JPG

Configure Launcher Icon

6.JPG

Try to explore the changes :)

Create Activity

7.JPG

Take note: The activity will depend on the API level you declared on configuring the project.

Possibly you will experience incompatibility regarding the target.

New Android Application

8.JPG

I'll suggest at first, use the default name.

Ready to Explore

9.JPG

Wait for the next Instructables Part 2 (Creating an AVD)