Khawar Raza
Khawar Raza

Reputation: 16120

Eclipse Project Error due to Facebook Library

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 ?

Upvotes: 1

Views: 271

Answers (1)

HandlerExploit
HandlerExploit

Reputation: 8251

Delete the shared source folder.

Upvotes: 1

Related Questions