genymotion安装企业微信报错This probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions.

问题描述

genymotion模拟器安装企业微信和chormium报错,如下

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.

解决方案

  adb shell
  cd /sdcard/Download/
  sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip
  adb reboot

新的问题

我在执行sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip时又报错了

E/flash_archive: [ERROR][unzip_archive_in_extract_dir] unzip failed: /sdcard/Download/Genymotion-ARM-

解决方案

adb push C:\Users\Thinkpad\Desktop\Genymotion-ARM-Translation_for_6.0.zip /sdcard/download
adb shell flash-archive.sh /sdcard/download/Genymotion-ARM-Translation_for_6.0.zip

备注: 我把包放到了桌面上, 大家根据自己的位置填写路径

  • 最后一定要重启模拟器喔~
1 个赞