Unable to install plugin in eclipse due to package dependency org.eclipse.core.runtime 3.8.0

I am having problems with continuous installation when installing the Genimotion plugin for eclipse.

The error log says: "This requires the org.eclipse.core.runtime 3.8.0 package."

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] 
+6
source share
3 answers

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

Eclipse Indigo does not seem to include an updated version of org.eclipse.core.runtime .

+2
source

I solved this by simply changing the name that I entered for the plugin that I installed. In the text field of the name field that is accessible after clicking the "Add" button in the Help> "Install New Software", make sure that the name you enter is one word (it can include underscores) without any spaces in it.

0
source

If Help-> check for updates does not help, download the updated version of Eclipse from http://www.eclipse.org/downloads/

-1
source

Source: https://habr.com/ru/post/952581/


All Articles