Skip to content Skip to sidebar Skip to footer

Facebook Integration Android Support V4 Content Localbroadcastmanager

Im trying to deal with a facebook integration login for my simple android application. Im following this guide https://developers.facebook.com/docs/getting-started/facebook-sdk-for

Solution 1:

I had the same issue and scoured the internet for solutions. I read many of the suggestions posted in answers like the one you linked and none of them seemed to work. I ended up getting it to work. My issue was that I had misunderstood several of the other posts. I thought that when they said "make sure android-support-v4.jar was in your libs folder" they were referring to the android-support-v4.jar in the FacebookSDK project.

Once I added android-support-v4.jar to my project and followed the other suggestions related to Order and Export. After cleaning and rebuilding the project it no longer crashed. Hope this helps! Good Luck!

Solution 2:

I also faced the same problem and solved it. I copied and pasted myproject's android-support-v4.jar into Facebook SDK's lib folder. That makes it work.

Post a Comment for "Facebook Integration Android Support V4 Content Localbroadcastmanager"