NoClassDefFoundError Android with ActionBarActivity

前端 未结 6 1330
萌比男神i
萌比男神i 2021-01-20 05:02

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

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-20 05:17

    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.

提交回复
热议问题