Creating New Android Project in Eclipse
To create a new project in Eclipse File -> New -> Android Application Project If the Menu item is not shown, then select following File -> New -> Other. It will open a new dialog like this. Here you have to expand the ' Android ' in the dialog box and choose the Android Application Project. then click on Next. It will take you to the below screen. In this dialog box, 1) You have to enter the name that you are going to give to your application 2) Name of the Project 3) Name of the Package for your app. After giving all the details click on ' Next ' button In this window, you need to configure the application 1) To choose the laucher icon whether you want use the custom launcher icon(i.e shown in apps screen). 2) Choose the 'Create Activity' to generate a Main Activity by default for project. 3) You select the Mark it as a Library.. If you are going to deve...