I currently have an ActionBarActivity which always returns a NoClassDefFoundError. I\'ve read that it might be a problem with the ADT but I cannot
ActionBarActivity
NoClassDefFoundError
Ended up using ActionBarSherlock instead and added a project reference under Project Properties as well as in the Build Path. Seems to have fixed all errors relating to my question.