Tuesday, 19 January 2016

Creating your first android application on eclipse

Step 1:

The first step is to create a simple Android Application using Eclipse IDE. Follow the option File -> New -> Project and finally select Android New Application wizard from the wizard list. Now name your application asHelloWorld using the wizard window as follows:
Hello Android Wizard
Step 2:  follow the instructions provided and keep all other entries as default till the final step. Once your project is created successfully, you will have following project screen −
Hello Android Project

Importing android project from Eclipse into Android Studio.

Importing an existing  project.

Note: Screen shots are not visible here, but you can just follow the steps that are given below.
Would make screen shots available soon.



1) Click on Android Project(Eclipse… ) from the option on the right side of the window.



2) Select the location of the Eclipse project folder.


3) Click next

4) Check all the options and click finish.