Quantcast
Viewing all articles
Browse latest Browse all 3

Setting up new Android Project with Eclipse Juno (ADT)

Setting up your first Android Project.

Go on the Button to create a new android project:

Now a wizard will start and ask you to fill in some fields. Give the application a name, specify a project name and a package.

You also have to choose a build sdk, and a minimum required sdk as well.

Image may be NSFW.
Clik here to view.
Programming Tutorials - New Android Application


Click “Next”.

Now you can select a launcher icon and adjust it.

Image may be NSFW.
Clik here to view.
Programming Tutorials - New Android Application

When you are done with this click “Next”.

Select “BlankActivity”.

Image may be NSFW.
Clik here to view.
Programming Tutorials - Create Activity

Click “Next”.

In this step you have to give your Activity a name and you have to give the layout a name.

Image may be NSFW.
Clik here to view.
Programming Tutorials - Specifiy Blank Activity

Click “Next”.

Now if you didn’t install the dependencies you still have to do this – like this:

Image may be NSFW.
Clik here to view.
Programming Tutorials - Install Dependencies

Image may be NSFW.
Clik here to view.
Programming Tutorials - Android SDK Manager installation

Image may be NSFW.
Clik here to view.
Programming Tutorials - Choose Packages to Install

Image may be NSFW.
Clik here to view.
Programming Tutorials - Android SDK Manager Unzipping

Image may be NSFW.
Clik here to view.
Programming Tutorials - Install Dependencies Finish

Once you did all the steps above you can start programming your own app.

Image may be NSFW.
Clik here to view.
Programming Tutorials - Activity Main

a very helpful source for the first steps: http://developer.android.com/training/basics/firstapp/creating-project.html

Der Beitrag Setting up new Android Project with Eclipse Juno (ADT) erschien zuerst auf Duckout.


Viewing all articles
Browse latest Browse all 3

Trending Articles