Skip to content Skip to sidebar Skip to footer

Opening Android Samples In Eclipse

My machine Windows 7 Problem I'm having trouble opening samples for the Android SDK. I have successfully ran a 'Hello Android'. Steps I'm doing: Make new project -> Create f

Solution 1:

You need to do the following:

File -> New -> Android Project

Then, select "Create project from existing source", and browse to the samples directory in the SDK directory. Afterwards, choose a build target and click "Finish".

The project should appear in Eclipse as a regular project.

If you get an error doing this, that means that the project already exists in the workspace.

Post a Comment for "Opening Android Samples In Eclipse"