我正在嘗試安裝 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
提交
取消