0

Android 2.3.3

This is the first time i am integrating Facebook in Android. I am having trouble, on the very first step - importing Facebook SDK.

My requirement is to allow people post on my wall, using the application..

Here is what I have done :::

  1. Downloaded SDK from this link ::: https://github.com/facebook/facebook-android-sdk
  2. Unzipped it and tried to import it in my workspace. Please refer to the images below...

enter image description here

I am pretty much confident, that I am doing something wrong. I am not sure, what it is. can some one point me where I am going wrong?

Thanks...

Vamsi Challa
  • 11,038
  • 31
  • 99
  • 149

2 Answers2

1

Following are the steps to include Facebook SDK into android project:

1) Download the Facebook SDK from the https://github.com/facebook/facebook-android-sdk/ and extract it to local drive.

2) Import "facebook" as a android project into your Eclipse, this is your Facebook SDK, and You have to reference it to your android project.

3) Now create your android project.

4) Right click on it, go to Properties-->android and Add the "facebook "Library as a reference to your project. click Apply.

Check the video link: http://www.youtube.com/watch?v=w-vNi1W4fco

Virag Brahme
  • 2,062
  • 1
  • 20
  • 32
0

What you need to do is copy "facebook" folder from your downloaded facebook-sdk. And paste it into the workspace folder where you create and store android apps. Now, in eclipse import "facebook" into eclipse. Now create your own project and in properties of your project, add "facebook" as library and that's it...

Looking Forward
  • 3,579
  • 8
  • 45
  • 65