zoukankan      html  css  js  c++  java
  • genymotion中app不能安装问题

    在安装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

    问题解决:

      

  • 相关阅读:
    Command 命令模式
    Composite 组合模式
    Decorator 装饰器模式
    Abstract Factory 抽象工厂模式
    输入框测试重点:
    w​e​b​网​站​常​用​测​试​用​例
    性能测试常见分类
    Web 常用的测试方法
    em、rem和px的区别
    [if lt IE 9]等符号的含义
  • 原文地址:https://www.cnblogs.com/tynam/p/9066650.html
Copyright © 2011-2022 走看看