Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't install plugin in eclipse due to dependency on bundle org.eclipse.core.runtime 3.8.0

I am getting continuous failed installation problems while installing the Genymotion plugin for eclipse.

The error log says "It requires the bundle org.eclipse.core.runtime 3.8.0".

Error Log:

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]
like image 971
My God Avatar asked Aug 27 '13 10:08

My God


1 Answers

I think the answer is simply installing Eclipse Juno (or higher) and installing Genymotion plugin in that instance.

It seems Eclipse Indigo doesn't include an updated version of org.eclipse.core.runtime.

like image 53
Gerardo Contijoch Avatar answered Oct 21 '22 01:10

Gerardo Contijoch