This question already has an answer here:
- ActionBarSherlock - The type android.support.v4.app.Fragment cannot be resolved. It is indirectly referenced from required .class files 9 answers
i want to publish photo and text in facebook, for that i have used below code from the facebook reference site
https://developers.facebook.com/docs/android/link-to-your-native-app/#step6
i have copied all the code in my activity so code but in below line i am getting error
Session.NewPermissionsRequest newPermissionsRequest = new Session.NewPermissionsRequest(
MainActivity.this, PERMISSIONS);
here in this line i am getting error like The type android.support.v4.app.Fragment cannot be resolved. It is indirectly referenced from required .class files
can anybody help me, how to resolve this, i think that it is because *android-support-v4.jar * is also over here and it is in facebook sdk also,