java - facebooksdk.jar missing from Android Dependencies library -


i'm trying create first android app using facebook sdk. i've been following tutorials @ http://www.youtube.com/watch?v=srjslfayiti. working fine @ set up/downloading facebook sdk , not giving me errors when writing application. tried run application on emulator , didn't see on it. then, when tried fix this, started several errors not seen in tutorial.

the current errors i'm getting "your project contains error(s), please fix them before running application" , "r.java modified manually! reverting generated version!" i've seen second error before , gotten go away deleting r.java , having rebuilt , cleaning projects, doesn't work now.

looking in libraries folder project looks problem android dependencies library missing facebooksdk.jar bin folder. i've tried redownloading facebook developers site , github (and tried on computer) seems missing. downloaded facebook-sdk.jar , added external jar project doesn't seem help. (also, not allow me manually modify android dependencies library, can't there.)

i saw several posts similar questions related missing facebooksdk.jar , tried out solutions nothing has worked me.

i've tried: cleaning/rebuilding, reconfiguring build path, changing compiler compliance, etc.

does have suggestions? thank much!!!

(also, i've noticed fbandroid-7.0.0.apk missing bin (and whole computer).)

if error seeing 'the container 'android dependencies' references non existing library '/facebook/bin/facebooksdk.jar' (you can see in problems window of eclipse)

then close other projects , build 'facebooksdk' project. if gets build successfully, generate facebooksdk.jar @ required path.

now, open project. clean , build.

hope helps!


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -