genymotion模拟器
报错:
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
解决方法如下:
直接将对应版本的ARM文件放在 D盘的根目录下面 完美解决问题
如何去下载ARM文件 去下面
直接去下载对应的安卓模拟器版本https://github.com/m9rco/Genymotion_ARM_Translation/
下载对应版本的zip之后,你直接把这个zip拖拽到打开的genymotion模拟器中,
他会提示你安装成功,并且提示你重启,
你重启就可以了,
这样你就可以安装app了