美文网首页
Linux Genymotion & VirtualBox

Linux Genymotion & VirtualBox

作者: 霡霂976447044 | 来源:发表于2019-08-28 20:39 被阅读0次

安装VirtualBox

https://www.virtualbox.org/wiki/Downloads

  1. 下载安装包和扩展包(为了设置外接设备)

  2. 设置usb
    命令行

groups # 查看当前用户组

需要把附属组添加一个vboxusers

sudo usermod -a -G vboxusers $USER

这样usb设备文件的所属id就能和附属组id匹配上。

安装Genymotion

安卓模拟器

下载链接: https://www.genymotion.com/download/

  1. 设置sockets5转http代理: apt install polipo
~ cat /etc/polipo/config 
# This file only needs to list configuration variables that deviate
# from the default values.  See /usr/share/doc/polipo/examples/config.sample
# and "polipo -v" for variables you can tweak and further information.

logSyslog = true
logFile = /var/log/polipo/polipo.log
socksParentProxy = "localhost:1080"
socksProxyType = socks5 
  1. 在genymotion设置代理的,下载软件

相关文章

网友评论

      本文标题:Linux Genymotion & VirtualBox

      本文链接:https://www.haomeiwen.com/subject/niqvectx.html