您的位置:首页 > 编程语言 > Java开发

在 eclipse 上安装 genymotion 插件不成功的解决办法

2015-07-30 21:35 645 查看
直接在https://www.genymotion.com/#!/download下载插件离线安装,会发生如下错误:



(图片来自 http://www.bubuko.com/infodetail-557228.html)
解决方法:

1、如http://www.bubuko.com/infodetail-557228.html。

2、按照官网所述方法:

In Eclipse, go to Help > Install new software and
click Add.

Fill in the fields with Genymotion name
and http://plugins.genymotion.com/eclipse/ location.

Under Genymobile,
check Genymotion and Genymotion
Eclipse Tools and follow the steps indicated by Eclipse.

3、直接离线安装不行的原因是该插件包含两部分,在线安装时会自动下载另一组件。事实上只要将com.genymobile.genymotion.ide.eclipse.plugin_1.0.4.201503031034.jar 和我提取的com.genymobile.genymotion.lib_1.0.4.201503031034.jar一起放入eclipse\plugins文件夹内即可。这里推荐links安装插件方式。新建D:\Develop\MyEclipsePlugins\genymobile\,目录结构如下:

├─features

│ └─com.genymobile.genymotion.ide.eclipse_1.0.4.201503031034

│ feature.xml



└─plugins

com.genymobile.genymotion.ide.eclipse.plugin_1.0.4.201503031034.jar

com.genymobile.genymotion.lib_1.0.4.201503031034.jar

然后在eclipse\links中新建文件Genymobile.link,内容为path=D:\\Develop\\MyEclipsePlugins\\genymobile。重启eclipse即可。

所需资源位于:http://download.csdn.net/detail/sucyin/9008479。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: