我正在尝试安装 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
2 回答
一只甜甜圈
TA贡献1836条经验 获得超5个赞
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 来运行它。
添加回答
举报
0/150
提交
取消