Originally I had not imported the Facebook SDK into Eclipse first, but unfortunately that appears to make no difference.
Quote: "Did you put back the facebook project in your work area (near your app)?"
Not sure what you mean by this. If you mean are they in the same directory. Yes I simply have a copy of the IDE folder that I build from.
More questions. I was really meaning to test my chat client this weekend on a few devices, but this kills it. I wish I never tried 10812!
EDIT:
OK so I made some progress, but not much.
I;ve tinkered so much I'm not sur what actually fixed it, but I went through and made sure that the project.properties had the target to 13 and same in the manifest.
Although I can now compile with no errors the app simply crashes on the Android device.
I'm going to retry with another project.
Retrying with another project I get that same initial error about android.support.v4.app.Fragment missing...
If I add the library as an external library to the app's package then the error goes away, but the app still crashes. Durnit!
EDIT 2:
Got it to work. I had to remove the android-support-v4.jar from both the app and the FacebookSDK package every place I could find and then add them back in as an external library to both packages. Fun times.
EDIT 3:
Now I can install the app directly from Eclipse to a device using ADM, but I can't export to an APK file. I keep getting a "Conversion to Davlik format fail with error 1" message. I've tried about a dozen things I've found on stackoverflow, but no success. Also the app behaves really poorly when installed from Eclipse via ADM. SO something is very very wrong!