-2

Screenshot:

http://postimg.org/image/bkz7gb385/

I found error appearing on packages, but I cannot find it on whole .java files. I am using adt-bundle-windows-x86-20130522

May be someone ever got same problem

Trinimon
  • 13,839
  • 9
  • 44
  • 60
  • Tried cleaning the project? – FunkTheMonk Jan 09 '14 at 08:45
  • You can open the Problem view of eclipse to locate where is the problem – Thai Tran Jan 09 '14 at 08:47
  • Try to see if any of the answers/comments are helpful here: http://stackoverflow.com/questions/19787919/sudden-weird-errors-on-a-project – Maroun Jan 09 '14 at 08:52
  • Most oftenly this is because Eclipse just sucks... currently i am forced to work with that piece of crap and can build my 3 webservices as well as the two JEE components using maven but eclipse shows all of the packages/ project red while none of the classes has any issues nor is there a problem in the problems-view. Id recomend ignoring whatever eclipse says because its wrong in 90% of the cases or switch to a real IDE like Intellij which is defently worth its money :) – JBA Jan 09 '14 at 09:00
  • Make sure there is no missing library error in your BuildPath. Check out the library. – GrIsHu Jan 09 '14 at 09:15
  • FunkTheMonk : I've done it, but still error. ThaiTran : there are many problem on problem view, but I didn't find the problem from that library. ᴍarounᴍaroun : thanks.. I still try all the answer. user1902288 : that why you dislike eclipse GrIsHu : it is a library.. Thanks very much for your answer :) – user3176674 Jan 09 '14 at 09:36

1 Answers1

0

Remove the missing libraries and jar files from ur project properties Also check if there is android-support-v4.jar in your build path.

Lal
  • 14,726
  • 4
  • 45
  • 70