I am making an android app in which i am using facebook login. I am unable to add the facebook sdk as librar开发者_如何学Goy to my project. can anyone tell what could be the problem. thanks
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.
精彩评论