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.
Click “Next”.
Now you can select a launcher icon and adjust it.
Image may be NSFW.
Clik here to view.
When you are done with this click “Next”.
Select “BlankActivity”.
Image may be NSFW.
Clik here to view.
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.
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.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Once you did all the steps above you can start programming your own app.
Image may be NSFW.
Clik here to view.
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.