Genymotion是x86的模拟器,在集成一些第三方的SDK时需要添加一些放在armeabi
、armeabi-64
文件夹下面的.so文件,这些文件在arm架构下才能运行。这时模拟器就不能用了。
ARM Translator可以做到在x86模拟器上运行arm的应用程序。
下载地址:
https://blog.csdn.net/GHY2016/article/details/83422620
原文:https://www.cnblogs.com/wotoufahaiduo/p/11674449.html