我正在尝试安装Eclipse Thym插件,但是我得到了以下错误。
Cannot complete the install because one or more required items could not be found.
Software being installed: Hybrid Mobile Application Development Tools 2.0.0.201604091831 (org.eclipse.thym.feature.feature.group 2.0.0.201604091831)
Missing requirement: Hybrid Mobile App. Dev. Core 2.0.0.201604091831 (org.eclipse.thym.core 2.0.0.201604091831) requires 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)' but it could not be found
Cannot satisfy dependency:
From: Hybrid Mobile Application Development Tools 2.0.0.201604091831 (org.eclipse.thym.feature.feature.group 2.0.0.201604091831)
To: org.eclipse.equinox.p2.iu; org.eclipse.thym.core [2.0.0.201604091831,2.0.0.201604091831]
我通过多个论坛挖掘,但没有明确的地方是如何解决这个问题。如何解决这个问题?
我的IDE是Eclipse Photon
问候
发布于 2018-08-11 23:04:41
看起来Eclipse Thym与Eclipse Photon不兼容。
错误的关键部分是
requires 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)'
这说明org.eclipse.jgit插件是必需的,并且必须具有至少3.0.0的版本和低于 5.0.0的。Eclipse Photon中这个插件的版本是5.0.0,所以它不兼容。
因此,看起来您必须使用较旧版本的Eclipse才能运行此程序。
发布于 2018-12-06 19:54:37
您可以使用快照软件存储库url,eq将其安装在更新版本的Eclipse上。http://download.eclipse.org/thym/snapshots/
https://stackoverflow.com/questions/51800891
复制相似问题