开发者

adding reference to facebook sdk in android

开发者 https://www.devze.com 2023-04-07 07:45 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消