Genymotion被坑了一把,arm library都不支持了,导致运行调用so库的app会报错:,install failed no matching abis failed to extract native libraries res = -113。网上找了许多解决方案,最后发现需要一个文件,拖进去就好了,而且版本不能太低https://pan.baidu.com/s/1jJRueYa(这里是5.1.1版本的 要注意用自己虚拟机对应版本的)
还有一个解决方法
splits { abi { enable true reset() include 'x86', 'armeabi-v7a','x86_64' universalApk true } }
但是我看不懂这个代码的真正含义,而且这是机器的问题,不要用代码解决,所以我用了第一个方式
还有一种就是用真机调试