NoClassDefFoundError Android with ActionBarActivity

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

    This Link may help you. This library is located in the /extras/android/support/v7/appcompat/ directory. Include in eclipse and add as library. This will solve your problem.

提交回复
热议问题