ActionBarSherlock: java.lang.NoClassDefFoundError: com.actionbarsherlock.R$styleable
I am trying to build a tiny sample application with ActionBarSherlock 4.1 using Eclipse Indigo and ADT r20. I created a new Android project with a blank activity, copied actionbarsherlock.jar to libs and referenced it in the build path. The app builds successfully, but upon starting on either the emulator (using 2.2) or the device (using 4.0.4), it crashes with the error: java.lang.NoClassDefFoundError: com.actionbarsherlock.R$styleable at com.actionbarsherlock.view.MenuInflater$MenuState.readItem(MenuInflater.java:328) ... I am not using proguard. I have tried cleaning the ActionBarSherlock