码迷,mamicode.com
首页 > 移动开发 > 详细

genymotion中app不能安装问题

时间:2018-05-21 14:46:24      阅读:809      评论:0      收藏:0      [点我收藏+]

标签:问题   blank   build   分享图片   rar   .sh   应用市场   模拟   sdc   

在安装app时弹出如下图报错。

官网解释:Genymotion模拟器使用的是x86架构,在第三方市场上的应用有部分不采用x86这么一种架构,所以在编译的时候不通过,报“APP not installed”,可以下载Genymotion提供的ARM转换工具包,将应用市场中的ARM架构的apk转换成Genymotion可以编译的x86架构;

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工具转换包。百度云下载: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

问题解决:

技术分享图片  

 

genymotion中app不能安装问题

标签:问题   blank   build   分享图片   rar   .sh   应用市场   模拟   sdc   

原文地址:https://www.cnblogs.com/wuyazi/p/9066650.html

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