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.
The Java Error thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and a valid representation of the class could not be constructed.
0
votes
1answer
61 views
Can't find “this” class NoClassDefFoundError - Android
I'm trying very simply to test the 3.0 Facebook get started guide. https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
I have had some problems with imports and ...
0
votes
2answers
529 views
ERROR : java.lang.NoClassDefFoundError: android.support.v4.content.LocalBroadcastManager [duplicate]
I have gone through all the related threads about his error but i was not successful .
App was working fine and i found some updates on SDKs yesterday .
I Updated by Android SDK Tools to 22(Rev.) ...
3
votes
1answer
227 views
Android Facebook SDK no class def found com.facebook.android.Facebook
I'm using a version of the Facebook SDK, I'm not sure which version as I was given the eclipse project and told to use it but it was given to me before SDK 3.0 was released, so most likely 2.0, in an ...
2
votes
2answers
586 views
Blackberry Facebook SDK throwing exception: NoClassDefFoundError
I've searched through all the topics related to my question but couldn't find a solution to it.
I'm coding for a Blackberry app using the BlackBerry Java Plug-in for Eclipse v1.5.2 with JRE 7.1.0. I'm ...
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 ...
6
votes
5answers
5k views
Android facebook SDK doing error java.lang.NoClassDefFoundError‎
I have just downloaded the facebook SDK from http://github.com/facebook/facebook-android-sdk
I unpack it from git and opened Eclipse. I then created a new project using existing source and selected ...