Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将我的项目导入 Eclipse 后,我从 android、html 和 robovm 项目中得到了很多错误。 我得到的错误是:
the hierarchy of the type `ClassName` is inconsistent.
ClassName是我的 android、html 和 robovm 项目的类名。 我该如何解决?我在谷歌搜索但没有找到任何解决方案。
ClassName
我认为问题在于您没有安装必要的插件。有关GWT 插件,请参阅此内容。您还需要安装适用于 Android 的 ADT 插件(请参阅此内容)。
这是必要的,如果仍然没有帮助,有时清理项目、重新导入和重新启动会有所帮助。