2013-08-27 72 views
6

在安裝用於eclipse的Genymotion插件時,出現連續失敗的安裝問題。由於依賴於bundle org.eclipse.core.runtime,無法在eclipse中安裝插件3.8.0

錯誤日誌中顯示「它需要bundle org.eclipse.core.runtime 3.8.0」。

錯誤日誌:

Cannot complete the install because one or more required items could not be found. 
    Software being installed: Genymotion Eclipse Tools 1.0.1.201307161043 (com.genymobile.genymotion.ide.eclipse.feature.group 1.0.1.201307161043) 
    Missing requirement: Genymotion 1.0.1.201307161043 (com.genymobile.genymotion.ide.eclipse.plugin 1.0.1.201307161043) requires 'bundle org.eclipse.core.runtime 3.8.0' but it could not be found 
    Cannot satisfy dependency: 
    From: Genymotion Eclipse Tools 1.0.1.201307161043 (com.genymobile.genymotion.ide.eclipse.feature.group 1.0.1.201307161043) 
    To: com.genymobile.genymotion.ide.eclipse.plugin [1.0.1.201307161043] 
+0

您是否檢查過您是否擁有它? – Squonk

+0

我不知道如何檢查已安裝依賴項的列表。另外,如果它不在那裏,如何安裝它? –

+0

在eclipse中轉到幫助 - >'安裝新軟件...',然後選擇'已安裝的東西'。選擇插件選項卡,然後單擊提供者標題按提供者名稱排序。向下滾動到Eclipse.org並查看'Core Runtime'的'Plug-in Name'列,然後檢查Version列。我安裝了3.8.0.v20120912-155025。如果它未安裝或不是3.8.0,我建議回到'安裝新軟件..'並檢查是否有任何可用於您的環境的更新。 – Squonk

回答

0

我通過簡單地修改,我已經爲我安裝插件輸入的名稱解決了這個。在單擊添加新的幫助>安裝新軟件後,在名稱文本字段選項中可用,請確保您提供的名稱是一個單詞(可以包含下劃線),並且不包含任何空格。

+0

我試過這個提到的一個..但是,即使我只有相同的問題.. – harikrishnan

+0

我的日食版本是helios 3.6 – harikrishnan

2

下載更新的Eclipse版本,我認爲答案很簡單,安裝Eclipse朱諾(或更高版本),並在該實例中安裝Genymotion插件。

看來Eclipse Indigo不包含更新版本的org.eclipse.core.runtime

相關問題