Search code examples
eclipsefacebook-loginfacebook-android-sdkbuildpath

Build path error in the attempt of implementing the Facebook Login


I'm trying to implement the Facebook login in my app using Eclipse, so I started off by going through the tutorials on Facebook Developers. However, I'm encountering an error in my build path, so any help would be appreciated.

In the Android Dependencies, it states that 'facebooksdk.jar - "Directory\facebook-android-sdk-3.0.1.b\bin (missing)"'

If there's any info that I left out that might be important, let me know.

Thanks.


Solution

  • Well, managed to get it working. Simply deleted the project that was in the Build Path's Projects tab, and imported it again, but this time, I only imported the facebook folder instead of the entire facebook-android-sdk-3.0.1.b folder, and updated the project build path.