1.在做高德地图的demo的时候遇到的问题,当运行genymoion的时候出现了如下的错误:
Installation failed with message INSTALL_FAILED_CPU_ABI_INCOMPATIBLE.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
2.原因:由于我们引用了非android的sdk(我引用了高德的SDK)编译环境编译的二进制代码导致的.
3.解决办法:
在该网站/dl?4SUOrdcMRv上下载Genymotion-ARM-Translation_v1.文件.注意下载的文件不需要解压,直接拖拽到你的genymation模拟器上回提醒你安装即可.安装完成后直接重启模拟器久可以了正常运行了.