Skip to content Skip to sidebar Skip to footer

Facebook Sdk Import Errors

I have just imported the Facebook SDK in my eclipse as a library as I have read to do. The problem is the facebook project is full of errors. For instance, in the AccessToken.java

Solution 1:

Create a project in any other work space and move all the FILES into that project. It fixed my issue with latest facebook sdk.

Solution 2:

Even though you don't want api level 16 it could be that you need the SDK Platform of that API level from the SDK Manager, because now those classes are unknown to Eclipse

Solution 3:

just delete the dependency from the bulid path->configure build path-> Library-> dependency

and also check if any red cross sign in your library tab. if any re sign is available, then delete this. may be its taking the refrence from other application.

Post a Comment for "Facebook Sdk Import Errors"