mac安装genymotion遇到的问题记录

mac2022-06-30  28

1.出错内容:An error occured while deploying the file 修改方案将genymotion自带的sdk替换成自己安装的。 genymotion-》reference-》settings

我的android sdk的路径: /Users/chennan/Library/Android/sdk

2.An error occured while deploying the file.This probably means that the app contians ARM native code and you 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-ARM-Translation-Librarities工具转换包。百度云下载:https://pan.baidu.com/s/1OvT-4obXvTIf-M5QGexcQA

  下载后不要解压,直接拖进模拟器中

  然后执行下面的命令,使文件生效

    1. adb shell

    2. cd /sdcard/Download/

    3. sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip

  重启genymotion

转载于:https://www.cnblogs.com/c-x-a/p/11099446.html

最新回复(0)