本文介绍了Genymotion初始化引擎:IntelliJ失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我下载了Genymotion和Genymotion IntelliJ插件。我在Intellij中设置了Genymotion路径。说明:

I downloaded Genymotion and Genymotion IntelliJ plugin. I set Genymotion path in Intellij. Instructions: https://cloud.genymotion.com/page/doc/#collapse-intellij

当我尝试重新启动插件时,我收到以下错误:

When I try to relaunch plugin I get the following error:

4:36:22 PM Genymotion: Loading Genymotion library
4:36:22 PM Genymotion: Genymotion directory: /Applications/Genymotion.app/Contents/MacOS
4:36:22 PM Genymotion: Trying to initialize engine
4:36:23 PM Genymotion: Initialize Engine: failed

我做错了什么?

推荐答案

令人惊讶的是。如果您只是运行Genymotion(独立),您将收到错误消息:

Surprisingly not much on the internet about this. If you were to just run Genymotion (standalone) you'd get the nice error message:

确保在开始
Genymotion之前已正确安装。

Make sure that you have installed it correctly before starting Genymotion.

有关更多信息,请参阅

For more information, refer to https://cloud.genymotion.com/page/faq#vbox

不幸的是,你不会在IntelliJ的事件日志中看到这个。安装虚拟盒后,您应该全部设置。

Unfortunately you won't see this in IntelliJ's Event Log. Once you install virtual box you should be all set.

这篇关于Genymotion初始化引擎:IntelliJ失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 00:12