系统环境
ubuntu1.8
在安装app时弹出如下报错:
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代码和你的genymotion设备无法运行ARM指令.你可以建立你的原生代码的x86或在你的设备上安装一个臂的翻译工具.
解决 方法 :
下载Genymotion-ARM-Translation-Librarities工具转换包.
下载后不要解压,直接拖进模拟器中 然后执行下面的命令,使文件生效
- adb shell
- cd /sdcard/Download/
- sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip
重启genymotion
本文解决了一个在Ubuntu系统中使用Genymotion模拟器安装应用时遇到的ARM指令错误问题。错误提示应用程序可能包含本地ARM代码,而Genymotion设备无法运行ARM指令。解决方案是下载并安装Genymotion-ARM-Translation-Libraries工具,通过adb shell命令使其生效。
1万+

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



