安装VirtualBox
https://www.virtualbox.org/wiki/Downloads
-
下载安装包和扩展包(为了设置外接设备)
-
设置usb
命令行
groups # 查看当前用户组
需要把附属组添加一个vboxusers
sudo usermod -a -G vboxusers $USER
这样usb设备文件的所属id就能和附属组id匹配上。
安装Genymotion
安卓模拟器
下载链接: https://www.genymotion.com/download/
- 设置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
- 在genymotion设置代理的,下载软件
网友评论