Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
JAR file (or Java ARchive) aggregates many files into one. JAR files build on the ZIP file format.
-2
votes
0answers
26 views
When using facebook android sdk v3.0.1 as library getting an error [duplicate]
When I add facebook android SDk as library in project I am getting this error message in console of eclipse. I don't understand what this means.
[2013-04-27 13:05:31 - FacebookLogin] Found 2 ...
12
votes
3answers
5k views
Jar mismatch! Fix your dependencies for the FacebookSDK
I want to do Login with facebook. I am following this Steps.It's all working perfact. But when I am going to Create a new Android Project with Facebook Login STEP-6 into above link I got the error of ...
3
votes
2answers
2k views
java.lang.NoClassDefFoundError: com.facebook.android.R$layout error when using facebook sdk jar
I get java.lang.NoClassDefFoundError: com.facebook.android.R$layout error when i link my project to facebookSDK jar file that i have copied into my project lib folder, instead of linking my project to ...
3
votes
1answer
3k views
Found 2 versions of .jar after installing the facebook api on eclipce. in my new app [closed]
Eclipse Console message :
Found 2 versions of android-support-v4.jar in the dependency list
but not all the versions are identical (check is based on SHA-1 only at this time).
All versions of the ...
3
votes
4answers
3k views
java.lang.NoClassDefFoundError: com.facebook.android.Facebook
I keep getting the error java.lang.NoClassDefFoundError: com.facebook.android.Facebook when running my application.
This occurs when calling:
facebook = new Facebook(APP_ID);
Addtional error ...
13
votes
2answers
3k views
Android facebook SDK as JAR
Are there any cons of build the facebook SDK library project into a JAR file(as ADT 16 does with library projects) and adding it to your project? I am not changing anything in the facebook SDK so ...