java - Facebook SDK gives too many errors after importing the samples -
i have followed tutorial in facebook.com concerning how integrate facebook android applications. have downloaded facebooksdk , imported projects clean workspace on eclipse. after have imported them , got 150 errors "can not resolved variable".
among samples there facebooksdk project imported. assume real library used other samples ?. have looked details. here have found :
- facebooksdk project doesnt have library path problems. however, other sample projects tries find facebooksdk.jar in bin folder of facebook project. , there no such file. also, have not found single thing facebooksdk.jar in google.
-the errors concerning facebooksdk project follows :
r can not resolved variable.
-the errors concerning other sample projects follows :
some resolving issues imported functions , classes.
i appreciate advice. thank you.
follow steps mentioned here.
android requires compiler compliance level 5.0 or 6.0, make sure project (or eclipse) properties mandate v1.6 in java compiler section.
hope helps..
Comments
Post a Comment