解决Genymotion不兼容arm的问题
当在Genymotion中安装针对ARM体系结构编译的应用程序时 ,会出现以下错误消息:
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.
这是因为Genymotion 使用x86架构,因此应用程序不直接兼容。
解决办法:
通过git地址,找到对应版本的文件,直接拖到虚拟机中即可。
https://github.com/m9rco/Genymotion_ARM_Translation
一般情况下,安装完上面的文件后,apk都能装到虚拟机中,比如微信,钉钉
但是还有一些不行,目前还在找解决办法。
本文介绍了解决Genymotion虚拟机不兼容ARM架构应用的问题。通过安装特定的ARM翻译工具,使得原本只能运行在ARM设备上的应用能够在基于x86架构的Genymotion上正常运行。
2437

被折叠的 条评论
为什么被折叠?



