Java 安装 Genymotion Eclipse 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21109871/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-13 06:38:05  来源:igfitidea点击:

Installing Genymotion Eclipse plug-in

javaandroideclipsegenymotion

提问by Little Child

I have installed Genymotionon my Windows 7 , 32-bit machine. I am working with Eclipse to develop Android apps. I would like to ask what the proper way to install the Genymotion plug-in is.

我已经在我的 Windows 7 32 位机器上安装了Genymotion。我正在与 Eclipse 合作开发 Android 应用程序。我想问一下安装Genymotion插件的正确方法是什么。

Going by their website, they provide two JAR files for Eclipse and a note underneath which reads:

通过他们的网站,他们为 Eclipse 提供了两个 JAR 文件和下面的注释:

The installation of the plugin can be done by launching Eclipse and going to "Help / Install New Software" menu, then just add a new Update Site with the following URL: http://plugins.genymotion.com/eclipse. Follow the steps indicated by Eclipse. Warning: to use this plugin, Genymotion must be installed on your system.

插件的安装可以通过启动 Eclipse 并转到“帮助/安装新软件”菜单来完成,然后只需使用以下 URL 添加一个新的更新站点:http: //plugins.genymotion.com/eclipse。按照 Eclipse 指示的步骤进行操作。警告:要使用此插件,必须在您的系统上安装 Genymotion。

I have installed the plug-in from the Eclipse 'Help' menu. I havent downloaded any of the two files. Have I done it correctly ?

我已经从 Eclipse 的“帮助”菜单安装了插件。我还没有下载这两个文件中的任何一个。我做对了吗?

The two files are:
1. Genymotion Plug-in for Eclipse
2. Mandatory dependency for Eclipse plug-in

这两个文件是:
1. Eclipse 的 Genymotion 插件
2. Eclipse 插件的强制依赖

采纳答案by Kevin van Mierlo

Tutorials

教程

This tutorial shows how you should do everything: http://www.slideshare.net/scentsome/eclipse-genymotion

本教程展示了您应该如何做所有事情:http: //www.slideshare.net/scentsome/eclipse-genymotion

And this is the original website tutorial: https://cloud.genymotion.com/page/doc/

这是原始网站教程:https: //cloud.genymotion.com/page/doc/

Both explain it perfectly

两者都完美解释



Extra:

额外的:

Android Studio:

安卓工作室:

  1. Go to File/Settings on Windows and Linux or Android Studio/Preferences on Mac OS X.
  2. Select Plugins and click Browse Repositories.
  3. Right-click (double-click for Mac OS X) on Genymotion.
  4. Click Download and install.
  5. Click Yes.
  6. Click Close.
  7. Click OK.
  8. Restart Android Studio by clicking Restart.
  1. 转到 Windows 和 Linux 上的文件/设置或 Mac OS X 上的 Android Studio/首选项。
  2. 选择插件并单击浏览存储库。
  3. 在 Genymotion 上右键单击(Mac OS X 为双击)。
  4. 单击下载并安装。
  5. 单击是。
  6. 单击关闭。
  7. 单击确定。
  8. 单击重新启动以重新启动 Android Studio。

If you want to do the manual method or want to see the instructions from their website, this is the link: https://www.genymotion.com/#!/developers/user-guide#genymotion-plugin-for-android-studio

如果您想使用手动方法或想查看他们网站上的说明,请访问以下链接:https: //www.genymotion.com/#!/developers/user-guide#genymotion-plugin-for-android-工作室

Eclipse:

蚀:

If you want to have the genymotion virtual devices inside eclipse do this:

如果您想在 eclipse 中使用 genymotion 虚拟设备,请执行以下操作:

Go to help -> install new software -> add this link: https://dl.genymotion.com/eclipse

转到帮助 -> 安装新软件 -> 添加此链接:https: //dl.genymotion.com/eclipse

回答by Alex Chengalan

Follow this link, There you can see how to install genymotion eclips plugin.

按照这个链接,在那里你可以看到如何安装 genymotion eclips 插件。

Eclips>Help>Install new software>Add>

Eclips> Help> Install new software> Add>

Type anything on Namebox.

Name框中键入任何内容。

Inside Locationbox : http://plugins.genymotion.com/eclipse

Location盒:http://plugins.genymotion.com/eclipse

Then follow the steps.

然后按照步骤操作。

回答by Ribson

Yeah dude you done it perfectly after installing genymotion you will see an icon in your eclipse when you click it then a window with genymotion devices will be shown

是的,伙计,您在安装 genymotion 后完美地完成了它,当您单击它时,您将在 Eclipse 中看到一个图标,然后将显示一个带有 genymotion 设备的窗口

(You must install genymotion virtual box and should have virtual devices in genymotion to run your app sucessfully)

(您必须安装 genymotion virtual box 并且在 genymotion 中应该有虚拟设备才能成功运行您的应用程序)

回答by Muhammad Soliman

Below is a demonstration to show how to install Genymotion in Eclipse ADT

下面是演示如何在 Eclipse ADT 中安装 Genymotion

https://www.youtube.com/watch?v=3sBHQqZ5TKk

https://www.youtube.com/watch?v=3sBHQqZ5TKk

Note: sometimes after additions of the plugin from Help | Install new softwareit is not giving the checkbox to check or the ability to install. At this time uncheck "Group Items by category"to list all items without any grouping. Check all of items then press Nextand proceed.

注意:有时在从Help |添加插件之后 安装新软件它没有提供复选框来检查或安装的能力。此时取消选中“按类别分组项目以列出所有项目而不进行任何分组。检查所有项目,然后按下一步并继续。

回答by Engr. Hasanuzzaman Sumon

For those who face There are no categorized itemson Eclipse enter image description here

对于那些面对There are no categorized itemsEclipse 的人在此处输入图片说明

Uncheck Group items by category

取消选中 Group items by category