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
These steps worked for me:
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/
I just found the solution!
As you can notice, there is no libs
folder in your SDK project.
Create that folder and paste in it android-support-v4.jar
and bolts-android-1.1.2.jar
that exisit in this link.
Good luck