ubuntu安装Genymotion

一:先去Genymotion官网下载安装包,点击打开链接

 二:然后现在终端中安装虚拟机virtualbox , 
    命令:
sudo apt-get installvirtualbox

如果没有安装虚拟机 virtualbox,那么就不能安装  Genymotion。
  三:安装 Genymotion,打开终端,输入命令:
  
   chmod+x genymotion-2.6.0-linux_x64.bin
     ./genymotion-2.6.0-linux_x64.bin -d /home/qiu/Work/genymotion

注意:-d后面的路径是你的genymotion的安装路径,现在,我们的genymotion就安装好了。
ubuntu安装Genymotion_第1张图片

你可能感兴趣的:(ubuntu安装Genymotion)