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

    问题解决:

      

  • 相关阅读:
    130被围绕的区域
    129求根到叶子节点数字之和
    单表查询
    数据的增删改
    多表结构的创建与分析
    修改表结构
    完整性约束
    基础操作和数据类型
    存储引擎
    Python3.8爬天气网站信息,并保存为CSV(11)
  • 原文地址:https://www.cnblogs.com/tynam/p/9066650.html
Copyright © 2011-2022 走看看