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
I am making an android app in which i am using facebook login. I
Share
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.