Android facebook sdk import error

CoronaPintu picture CoronaPintu · May 10, 2014 · Viewed 13.3k times · Source

i had download facebook skd import it in my eclipse add v4 jar file and change complier to 1.6 but yet it give me error in class FacebookAppLinkResolver

import bolts.AppLink; import bolts.AppLinkResolver; import bolts.Continuation; import bolts.Task;

enter image description here above are not import

Answer

user3664621 picture user3664621 · May 22, 2014

1.Open your project properties

2.Select "Java Build Path" from left side menu

3.Select "Libraries" tab

4.Press "Add External Jar"

5.MOST IMPORTANT STEPS :- Select "bolts" jar file of "libs" folder of YOUR CURRENT PROJECT LOCATION(Path Should be
of your project only and not the android sdk).

6.Select "Order and Export" tab and "TICK" the checkbox of "android-support-v4.jar"