Friday, November 8, 2013

How to open existing project in Android (Eclipse)

In Android Programming using Eclipse IDE, you can load a pre existing project into your workspace. This can be attain by the following five steps.

Step 1:

Open eclipse (of course).

Step 2:

Click "File" in the menu bar then New->Project
Step 2 - How to open existing files in android

Step 3:

Select "Android Project from Existing Code" in the pop up window.
Step 3 - How to open existing files in android

Step 4:

Click "Browse" and locate the folder of the Android Project.
Step 4 - How to open existing files in android

Step 5:

Click the checkbox under "Project to Import" and the checkbox beside "Copy project into to workspace" then click "finish".
Step 5 - How to open existing files in android

There you go, your Android Project is now on your workspace and ready to be run or edited.

No comments:

Post a Comment

Popular Posts