NoClassDefFoundError的机器人与ActionBarActivity [英] NoClassDefFoundError Android with ActionBarActivity

查看:160
本文介绍了NoClassDefFoundError的机器人与ActionBarActivity的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前,我有一个 ActionBarActivity 它总是返回的NoClassDefFoundError 。我读过,这可能是与ADT一个问题,但我不能肯定,因此我的问题。我已经导入从Android样的动作条样品在

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 be sure, hence my question. I've imported the ActionBar sample from the Android samples under

Android的SDK \样本\ Android为14 \ ActionBarCompat

我已经贴上了ActionBarCompat项目作为项目下的库 - >属性,但我仍然得到错误

I've labelled the ActionBarCompat project as a library under Project -> Properties but I'm still getting the error.

要reiterator:

To reiterator:

public class SearchActivity extends ActionBarActivity { // Doesn't work, yields exception

public class SearchActivity extends Activity { // Works perfectly

任何人都经历了类似的错误,也许找到了一个解决方案吗?

Has anyone else experienced a similar error and perhaps found a solution?

在此先感谢。

推荐答案

结束了使用ActionBarSherlock代替,并添加在项目属性,以及在构建路径的项目引用。似乎已经解决了关于我的问题的所有错误。

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.

这篇关于NoClassDefFoundError的机器人与ActionBarActivity的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆