Creating Your First Android Application

Requirements

1:Eclipse IDE
2:Android Sdk(Download from http://developer.android.com/sdk/index.html)
3:JDK 1.6

By using Eclipse IDE,you can create a project (select File > New >Project then choose Android >Android Project











Next step  is to give meaningful project name.
After giving a name,locate your workspace(*Workspace is the location where you actually save your project).
                        In order to develop an android application ,we requires Google API.That is  inside the Build Target block.So select an API.


After selecting all these,we should specify our package name.package name is used for distinguishing our current project from other projects(eg:"com.study.tutorial1").Then Select a version and after doing all these ,click "Finish".


NOW YOUR PROJECT IS READY..................