Search code examples
androideclipseprojects-and-solutions

Import Android project using Eclipse


I'm having trouble trying to import a project. After doing so I get 6 error items. Of which 4 are the same (Unable to resolve target 'Android-8').

Another one is: Project 'MyProject' is missing required Java project: 'org.json'. Even though the file org.json.jar is in the libs folder.

And the last one is: The project cannot be built until build path errors are resolved.

What can I do to make Eclipse properly import my projects?

I even tries to create a new project and manually copie the files, but didn't turn out as expected.


Solution

  • enter image description hereTo import the existing project

    Project Explorer-->new Android Project from Existing Resource-->select project and check copy to the work space option(if you need)--> finish.
    
    1. Problem

      Unable to resolve target 'Android-8'

      Right click on the project-->android-->select the target as 8 and save.

    2. org.json.jar

    Download this jar from the internet and paste the jar file in the lib folder.

    3.Clean the projec once