NoClassDefFoundError Android with ActionBarActivity

前端 未结 6 1323
萌比男神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:20

    I solved this problem like so, when you add the library make sure it does not have the android-support-v4 along with it (in libs folder of the library un-check android dependencies and android-support-v4), that's in the case where your project already have the android-support-v4, that's why you can't find class ActionBarActivity

提交回复
热议问题