Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I had dual version of android supoort v4 library in facebook lib folder and my android lib folder. I deleted the one from my android and pasted facebook one. Now all my files in android application has resolve error. Like not finding R.layout.main_activity

What should i do ?

share|improve this question
Have you tried cleaning a project? – Marcin S. Dec 1 '12 at 1:36
Ya did try cleaning – aditya parikh Dec 1 '12 at 1:43

closed as not a real question by casperOne Dec 3 '12 at 15:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

Did you mean the "libs" folder because that's where you are supposed to put libraries since ADT 17 then Eclipse will pick them up automatically also if you manually imported the jars in the project properties go in there and remove them. Take a look here for a good explanation http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17

Also try restarting eclipse after you put everything in its place.

share|improve this answer
ya in libs folder. removed and out that file again. also in properties had changed my target build of android to 4.2 to 2.2 which was causing that problem particularly. Thanks though ! – aditya parikh Dec 1 '12 at 2:53

Not the answer you're looking for? Browse other questions tagged or ask your own question.