Search code examples
facebookfacebook-android-sdk

Fackbook SDK throws Error


I have downloaded and imported android facebook sdk 3.14. It is throwing over 150 errors.

e.g.

AppLink cannot be resolved to a type
AppLinkResolver cannot be resolved to a type
Fragment cannot be resolved to a type

etc.

I have not even begun implementing the code yet. Can somebody help me out?


Solution

  • These steps worked for me:

    • Download the facebook sdk from here: https://developers.facebook.com/docs/android/
    • In Eclipse:
      • Import -> Existing Projects into Workspace
      • Go to the sdk folder location
      • Deselect All and select only 'FacebooSDK' (this if you don't need any samples)
    • After the project was imported, clean the project and try to build

    It should work now, but if you encounter any further problems, maybe you'll find some help here: https://developers.facebook.com/docs/android/getting-started/