When I follow the android sdk steps of facebook developers website, I can not find the
build.gradle
in eclipse.
That make me stop in this step. Can someone help me to find this file with the details?
Or can anybody tell me how to add facebook sdk in eclipse?
Please.Thank you.
To import the new Facebook SDK you should it from https://developers.facebook.com/docs/android
-Then when you download it, copy the following folder to your proyect directory: facebook
-Import the proyect to your workspace.
-Add the Facebook SDK as Library in eclipse. Right Click on your proyect-->properties--> Android and add it as library.
Thats all!