Thought this deserved a separate title instead of being buried in the
Version 3.4.0 Release thread so others don't waste time with it.
FYI, if you get this error:
Description Resource Path Location Type
AndroidManifest.xml file missing! AndroidBarSherlock line 1 Android
ADT Problem
You're probably using a non-standard workspace directory which this
this bug:
http://code.google.com/p/android/issues/detail?id=21471
The workaround that worked for me was Francesco's. Instead of doing
File/New/Android Project/from existing source, do File/Import/
ExistingProject, but don't choose copy into workspace in the options.
That gets the AndroidBarSherlock 3.4.2 library into Eclipse cleanly.
My project still bombs out w/ a compile error of:
Description Resource Path Location Type
The project was not built since the source file /MyProject/
AndroidBarSherlock_src/com/actionbarsherlock/internal/widget/
ActionBarView.java could not be read MyProject Unknown Java Problem
And the file is definitely there :-P
Will post back after I figure it out...