I am making an android app in which i am using facebook login. I am unable to add the facebook sdk as library to my project. can anyone tell what could be the problem. thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You got facebook sdk from https://github.com/facebook/facebook-android-sdk Link. Import this project in your eclips. then go to package explorer of your eclipse and right click your original project --> property --> android . at this place below built target there is library option add your facebook project from here. It may help you. |
|||||||||||
|
|
Did you solve your problem? If not here is what I did. In Eclipse right click in your app folder select Build Path -> Link Source and finally find the facebook-sdk folder click Finish and you are done. |
|||
|
|