I have followed the tutorial in facebook.com concerning how to integrate facebook into android applications. I have downloaded facebooksdk and imported the projects to a clean workspace on Eclipse. However after I have imported them , I got about 150 errors about "can not be resolved to a variable".
Among the samples there is also a FacebookSDK project that is imported. I assume that is the real library to be used for other samples ?. I have looked into the details. HEre is what I have found :
- FacebookSDK project doesnt have any library path problems. However, all other sample projects tries to find facebooksdk.jar in the bin folder of facebook project. And there is no such file. Also, I have not found a single thing about a facebooksdk.jar in google.
-The errors concerning FacebookSDK project are as follows :
R can not be resolved to a variable.
-The errors concerning Other sample projects are as follows :
Some resolving issues with imported functions and classes.
I appreciate any advice. Thank you.