0

Sometimes importing the projects cause error like this : If anyone know this help me how to clear this. If you can't see the image then download from here.

untitled

Praveenkumar
  • 24,084
  • 23
  • 95
  • 173

3 Answers3

2

you should set the build path properly to link the library.

To do so you can:

  • right click on the project
  • Build Path
  • Configure Build Path
Stefano
  • 3,981
  • 8
  • 36
  • 66
1

This usually means that a library used by the imported project is not found.
You should edit the build path
For the exact reason check in the log screen the markers tab

Cratylus
  • 52,998
  • 69
  • 209
  • 339
1

Goto Window->Show View->Problems

Find the problems and fix them.

Suraj Chandran
  • 24,433
  • 12
  • 63
  • 94