android模拟器genymotion安装使用
2020-01-05 本文已影响0人
迷糊_
首先官网:https://www.genymotion.com/
Genymotion安装
准备安装之前先进行如下步骤:
第一步:注册登录genymotion官网
第二步:打开文档https://docs.genymotion.com/desktop/3.0/#copyright
第三步:下载必须的的软件支持,这里使用的macOS,下载Oracle VM VirtualBox
接下来就是安装genymotion
根据你使用的平台进行下载安装https://docs.genymotion.com/desktop/3.0/01_Get_started/012_Installation.html
如下图安装这些软件
安装软件.png
首先打开软件VirtualBox
VirtualBox.png
然后打开软件Genymotion进行登录步骤,这里不贴图了
Genymotion使用
genymotion.png根据需要选择要安装虚拟设备型号以及android版本
图上已经下载了3个
这里选择启动Google Pixel
pixel.png
下载apk安装软件
一开始拖拽apk到模拟器会报错
An error occured while deploying the file.
This probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You should either build your native code to x86 or install an ARM translation tool in your device.
解决办法
install an ARM translation tool in your device.
根据模拟器使用的android版本选择对应的工具下载https://github.com/m9rco/Genymotion_ARM_Translation
下载完成之后直接拖拽zip文件到模拟器里,之后就可以把你自己下载的apk软件拖拽进来安装了。
如图我安装了一个抖音一个微博,到这里就完成了genymotion的安装和使用啦。