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 am having a strange error in my android project. I have integrated Facebook in my app. And it works nice. When I start eclipse, the eclipse show an error mark on my project which is due to dual inclusion of facebook library. I have included only the facebook API but it automatically includes com_facebook_android.jar file on eclipse startup. When I exclude this from my project, the error is removed. But when I start eclipse, it is again automatically included. I have also tried to delete com_facebook_android.jar file from my PC. It also gets generated automatically. Same is going on with my other projects having Facebook integrated.

enter image description here

Any idea ?

share|improve this question
What does Eclipse say the problem is? – Igy Oct 27 '11 at 14:09
The error is: Conversion to Dalvik format failed with error 1 – Khawar Raza Oct 27 '11 at 14:24

1 Answer

up vote 1 down vote accepted

Delete the shared source folder.

share|improve this answer
Can you point out from image above which folder to delete? – Khawar Raza Oct 27 '11 at 16:02
The 'com_facebook_android_src' folder – HandlerExploit Oct 27 '11 at 16:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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