一.下载并安装genymotion
1.下载genymotion
http://www.genymotion.cn/#theme=download_list下载列表,必须要先注册才能使用genymotion.
下载Windows快速安装包
这个版本包含Oracle VirtualBox 4.2.12支持,因此您不用再手动下载安装VirtualBox。
- Windows 32/64 bits (with VirtualBox)v2.2.0
其他平台版本
以下版本需要已安装Oracle VirtualBox(下载页面),才能启动虚拟设备。
- Windows 32/64 bitsv2.2.0
- Mac OS X 64 bitsv2.2.0
- Linux 32 bits (Ubuntu, Fedora, Redhat)v2.2.0
- Linux 64 bits (Ubuntu, Fedora, Redhat)v2.2.0
- Linux Debian 64 bitsv2.2.0
注意:对于Debian系统的用户,为了获得最佳渲染,我们建议您安装libpngX(X取决于您的Debian版本)
下载IntelliJ IDEA插件
- Genymotion plugin for IntelliJ IDEAv1.0.3
注意:如果要使用此插件,您的系统必须已经安装Genymotion
下载Eclipse插件
- Genymotion plugin for Eclipsev1.0.3
- Mandatory dependency for Eclipse pluginv1.0.3
此插件也可以通过Eclipse直接安装:Help->Install New Software,然后添加下面的地址:http://plugins.genymotion.com/eclipse
注意:如果要使用此插件,您的系统必须已经安装Genymotion
目前最新版的是2.2.0版本的,建议同时下载其IDE插件,这里我下载了Eclipse插件,这里将jar包拷到eclipse/plugins目录下重启eclipse即可.
2.安装genymotion
下载完后.执行下面三个命令,amosli@amosli-pc:~/workspace/genymotion$ ./genymotion-2.2.0_x64.bin amosli@amosli-pc:~/workspace/genymotion$ cd genymotion/amosli@amosli-pc:~/workspace/genymotion/genymotion$ ./genymotion
如果没有安装vitualbox,那么会提示要安装vitualbox,可以接着安装vitualbox;已安装的可以跳过下面的内容.
二.下载.安装vitualbox
1.下载vitualbox
https://www.virtualbox.org/wiki/Linux_Downloads
VirtualBox4.3.10 for Linux
Note:The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Mixed installations (e.g. Debian/Lenny ships an AMD64 kernel with 32-bit packages) are not supported. To install VirtualBox anyway you need to setup a 64-bit chroot environment.
Please choose the appropriate package for your Linux distribution:
- Ubuntu 13.04 ("Raring Ringtail") / 13.10 ("Saucy Salamander") / 14.04 ("Trusty Tahr") i386| AMD64
- Ubuntu 12.10 ("Quantal Quetzal") i386| AMD64
- Ubuntu 12.04 LTS ("Precise Pangolin") i386| AMD64
- Ubuntu 10.04 LTS ("Lucid Lynx") i386| AMD64
- Debian 7.0 ("Wheezy") i386| AMD64
- Debian 6.0 ("Squeeze") i386| AMD64
- openSUSE 12.3 / 13.1 i386| AMD64
- openSUSE 11.4 / 12.1 / 12.2 i386| AMD64
- SUSE Linux Enterprise Server 11 (SLES11) i386| AMD64
- SUSE Linux Enterprise Server 10 (SLES10) i386| AMD64
- Fedora 18 ("Spherical Cow") / 19 ("Schrödingers Cat") i386| AMD64
- Fedora 17 ("Beefy Miracle") i386| AMD64
- Mandriva 2011.0 i386| AMD64
- Oracle Linux 6 ("OL6") / Red Hat Enterprise Linux 6 ("RHEL6") / CentOS 6 i386| AMD64
- All distributions i386| AMD64
这里我选择的是ubuntu 12.04 amd64 位的.下载速度挺慢的,可以从sourceforge上面下载(http://sourceforge.jp/projects/sfnet_virtualbox.mirror/releases/),速度稍微快一点点,其实也差不多.
2.安装vitualbox
如果是deb格式的数据可以直接双击安装.
同时要加入一下其密钥:http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
amosli@amosli-pc:~/Desktop$ sudo apt-key add oracle_vbox.asc[sudo] password for amosli: OK
Ubuntu的/ Debian的用户可能要安装DKMS软件包,以确保VirtualBox主机的内核模块( vboxdrv , vboxnetflt和vboxnetadp )得到正确更新,可以执行下面的命令进行安装:
amosli@amosli-pc:~$ sudo apt-get install dkms
三.启动genymotion
安装完vitualbox后,再次重新启动genymotion