Android Dex问题:“处理问题”javax / transaction / HeuristicCommitException.class“:

时间:2013-11-04 18:10:40

标签: android android-build

现在突然在Eclipse中构建我的应用程序时出现问题。这是在更新到最新的Google Client Libs之后开始的。我收到以下错误。 SO上还有其他几个类似的帖子,但这些解决方案都没有对我有用。我已经尝试检查依赖项,删除所有依赖项并执行“修复项目属性”,清理和重建 任何想法???

Dx 
trouble processing "javax/transaction/HeuristicCommitException.class":

Ill-advised or mistaken usage of a core class (java.* or javax.*)
when not building a core library.

This is often due to inadvertently including a core library file
in your application's project, when using an IDE (such as
Eclipse). If you are sure you're not intentionally defining a
core class, then this is the most likely explanation of what's
going on.

1 个答案:

答案 0 :(得分:2)

原来这是一些意外放在源文件夹中的罐子。一旦我删除它们一切正常。