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
Just this morning, Google released Android 4.3. They also updated its support library that allows ActionBar to be implemented on lower versions. Just have to extend ActionBarActivity. See guidelines here and tutorial here.
ActionBar