3

现在突然在 Eclipse 中构建我的应用程序时遇到了一些麻烦。这是在更新到最新的 Google 客户端库之后开始的。我收到以下错误。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.
4

1 回答 1

2

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

于 2013-11-05T19:42:11.733 回答