码迷,mamicode.com
首页 > 系统相关 > 详细

mac安装genymotion遇到的问题记录

时间:2019-06-27 20:39:32      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:sla   oba   x86   and   技术   直接   oid   file   nat   

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

mac安装genymotion遇到的问题记录

标签:sla   oba   x86   and   技术   直接   oid   file   nat   

原文地址:https://www.cnblogs.com/c-x-a/p/11099446.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!