I am trying to import the latest version (4.0.1) of the Facebook Android SDK into eclipse but I am facing issues in having the project being properly built and imported as a
Android Facebook SDK import occurs with errors - Eclipse
Check this out. May be this will help you. I faced same problem while working in Android Studio. But you are facing in Eclipse.
This should remove all errors now. This is how it worked for me.
I did some more tests and find out that by downloading the two libraries:
android-support-v4.jar bolts-android-1.1.2.jar
from the github project (https://github.com/facebook/facebook-android-sdk) did the trick.
So the steps are the following:
Download, unpack and import as android existing code into workspace the latest v.4 version of the Facebook SDK for Android.
Download the two jars from GitHub
Set the Facebook Project as "isLibrary"
Add the two jars as "external jars" in the classpath
Set the java compiler to 1.7
clean and rebuild the project
Now errors are gone.