How to Import an Android Sample to Eclipse
- 1). Click the Windows “Start” button and type “eclipse” in the search text box. Press “Enter” to display the Eclipse executable file. Double-click “eclipse.exe” to open the software.
- 2). Click the “File” menu item, then click “New.” A configuration window opens. Click “Android Project” and click “Next.”
- 3). Click the “Browse” button in the Location section. Navigate to the Android package file you want to open. Click “OK” to use the sample file for the project.
- 4). Type an application and project name in the configuration window and click “Finish.” Eclipse opens the file and sets the working folder to the sample project.
Source...