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
Post a Comment for "Facebook Sdk Import Errors"