NoClassDefFoundError Android with ActionBarActivity

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

    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.

提交回复
热议问题