I am trying to get an ActionBarSherlock ( http://www.actionbarsherlock.com ) while working with my eclipse projects. I added ABS to the new project with the target version 3.2, and it created a beautiful one. When I try to add this as a library to my other project (min. Version 2.1, target 3.2), I get errors like
G:\EclipseWorkspace\Android\ActionBarSherlock2\res\values-v11\abs__styles.xml:65: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'
basically, none of the xml attributes found in version 3.0 or higher are recognized. As a result, R.java does not generate.
Am I doing something wrong?
source share