I keep getting the java.lang.NoClassDefFoundError: com.facebook.android.Facebook error when starting my application.
This happens when calling:
facebook = new Facebook (APP_ID);
Additional error message:
Could not find class 'com.facebook.android.Facebook' referenced by com.example.example1.ShareOnFacebook.onCreate
I am adding the facebook.jar file through the reference libraries in Eclipse.
Has anyone encountered / solved this problem?
source
share