I am using Eclipse and trying to implement a simple Facebook Login to my project, AndroidFB2
. I added the Facebook SDK library to my project and now it looks like this:
There is a red exclamation point on the project name. Does anyone know what this means? What type of error is this?
I've been trying to follow tutorials and none of them encountered this red exclamation point.
Steps I took:
- I downloaded the zip file facebook-android-sdk-master from github
- I added that library as existing android code to my Package Explorer
- I created a new Android project
AndroidFB2
- In properties, I added the
Facebook SDK
library to it
After completing these steps the red exclamation mark appeared.
EDIT : Problems View
Description Resource Path Location Type
The container 'Android Dependencies' references non existing library 'C:\...\workspace\FacebookSDK\bin\facebooksdk.jar' AndroidFB5 Build path Build Path Problem
Note: I looked at another Stackoverflow post that says to make sure Android SDK 2.3.3 is available. I checked the Facebook SDK folder and it is using Android SDK 2.3.3. So I believe maybe there is a different error.
Can someone please help?
Please let me know if I need to provide more information.
Thanks