-3

I am developing an application in which i want to share some content to Facebook. For which i need to use Facebook sdk. I gone through the This Link

I downloaded the latest SDK from facebook site as facebook-android-sdk-4.10.1.

According to the steps i am tring to import that but not able to do that. The import is enter image description here

But according to the Link i need to select Facebook which is not there.

What i am missing or where i am wrong please suggest me.

Community
  • 1
  • 1
Manoj Fegde
  • 4,786
  • 15
  • 50
  • 95

2 Answers2

0

This is also my problem. As far as i know the current Facebook SDK 4.10.1 is custom made to be extracted to android studio thats why you cannot see the Facebook folder. If you try to look in your file explorer you would see "facebook-android-sdk-4.10.1.aar" inside the facebook folder. Try searching ways to convert it to jar (aar->jar) so it can be read by eclipse.

0

Follow this answer https://stackoverflow.com/a/29400310/3820010 but use the 4.5 or 4.6 SDK. Newer versions won't work with that method.

Community
  • 1
  • 1
Chanon
  • 383
  • 3
  • 8