Android Dex发行版:“;故障处理“;javax/transaction/heuristiccommitextException.class“

Android Dex发行版:“;故障处理“;javax/transaction/heuristiccommitextException.class“,android,android-build,Android,Android Build,现在在Eclipse中构建我的应用程序时突然遇到了一些问题。这是在更新到最新的谷歌客户端Libs之后开始的。我得到下面的错误。还有其他几个类似的帖子,但是这些解决方案都不适合我。我已经尝试过检查依赖项、删除所有依赖项以及执行“修复项目属性”、清理和重建。 有什么想法吗 Dx trouble processing "javax/transaction/HeuristicCommitException.class": Ill-advised or mistaken usage of a core

现在在Eclipse中构建我的应用程序时突然遇到了一些问题。这是在更新到最新的谷歌客户端Libs之后开始的。我得到下面的错误。还有其他几个类似的帖子,但是这些解决方案都不适合我。我已经尝试过检查依赖项、删除所有依赖项以及执行“修复项目属性”、清理和重建。
有什么想法吗

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.

原来是一些罐子被意外地放在了源文件夹中。一旦我删除了它们,一切都正常。

我的源文件夹中没有任何罐子。我使用Google PlayN框架,在尝试运行游戏时收到此错误消息。请检查重复的依赖项。