Possible Duplicate:
Eclipse exclamation mark
eclipse shows an exclaimation mark beside my project and all the classes of that project shows no error messages. I cleaned the project and restarted again and the exclaimation mark still there.
problems tab output:
Description Resource Path Location Type
The container 'Android Dependencies' references non existing library 'D:\workspaceQR
\QRTest\bin\qrtest.jar' QR01 Build path Build Path Problem
SupplementalInfoRetriever cannot be resolved CaptureActivity.java /QRTest
/src/com/google/zxing/client/android line 496 Java Problem
ShareActivity cannot be resolved to a type CaptureActivity.java /QRTest/src/com
/google/zxing/client/android line 299 Java Problem
ResultHandlerFactory cannot be resolved CaptureActivity.java /QRTest/src/com
/google/zxing/client/android line 359 Java Problem
ResultHandler cannot be resolved to a variable CaptureActivity.java /QRTest
/src/com/google/zxing/client/android line 503 Java Problem
ResultHandler cannot be resolved to a type CaptureActivity.java /QRTest/src/com
/google/zxing/client/android line 359 Java Problem
ResultHandler cannot be resolved to a type CaptureActivity.java /QRTest/src/com
/google/zxing/client/android line 438 Java Problem
ResultHandler cannot be resolved to a type CaptureActivity.java /QRTest/src/com
/google/zxing/client/android line 521 Java Problem
ResultButtonListener cannot be resolved to a type CaptureActivity.java /QRTest
/src/com/google/zxing/client/android line 508 Java Problem
and i dont have any class named QRTest but i have QR01, therefore i renamed QR01 to QRTest
but the problem still there.
any ideas how to solve this problem?
This usually happens when one of the project dependencies is missing. Please check the Java Build Path to see if everything looks correct. You can also take a look to the “Problems” view.