genymotion2.8.1安装apk时提示ARM……x86……异常处理

这两天接触android studio,跟着教程,接触到genymotion模拟器,版本2.8.1…… 本人使用的模拟器配置为:google nuex4,android sdk4.4.4,安装微信时提示如下:

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.

参考:

https://forum.xda-developers.com/showthread.php?t=2528952

是由于最新版genymotion去除了两个模块:ARM translation和google apps支持。

这两个东西,真心难找,下了大半天总算找到了:

传到网盘,分享出来,方便大家使用:

gapps-kk-20140105-signed.zip

Genymotion-ARM-Translation.zip

genymotion新版本拖拽zip到虚拟机已不能自动安装,根据网上资料进行安装:

D:\Program Files\Genymobile\Genymotion\tools>adb shell flash-archive.sh /sdcard/

Download/Genymotion-ARM-Translation.zip

uid=0(root) gid=0(root)

/sdcard/Download/Genymotion-ARM-Translation.zip seems to be a zip archive

[flash_archive] Creating tmp dir

rm failed for /data/local/tmp/sanitized.zip, No such file or directory

[flash_archive] Unzip archive

unzip: can‘t open /sdcard/Download/Genymotion-ARM-Translation.zip[.zip]

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

ARM-Translation.zip

{Result:KO};

不成功!!!

最终好不容易找到的解决方案,分享出来,希望帮助后来人:

打开genymotion,设置adb:setting->将默认genymotion的adb改为custom android sdk,路径指向本地sdk安装路径。

D:\Program Files\Genymobile\Genymotion\tools>adb push D:\android_s

tudio_tools\Genymotion-ARM-Translation.zip /sdcard/Download/

[100%] /sdcard/Download/Genymotion-ARM-Transl

D:\Program Files\Genymobile\Genymotion\tools>adb shell flash-archive.sh /sdcard/

download/Genymotion-ARM-Translation.zip

好不容易得来的成功哈哈哈,微信、QQ安装成功……

还有,不知道是我电脑配置的问题还是,竟然微信闪退打不开,QQ在运行一下下又不见啦……

希望看到的大牛不吝赐教,谢谢~

时间: 2024-07-30 10:16:01

genymotion2.8.1安装apk时提示ARM……x86……异常处理的相关文章

[原]linux安装软件时提示找不到镜像的问题:Couldn't resolve host 'mirrorlist.centos.org'

问题:[[email protected] ~]# yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.cent

从ISO镜像启动虚拟机,安装OS时提示"no usable disks have been foun

[问题现象]通过Openstack界面,试用镜像centos6.5 minimal ISO镜像生成虚拟机实例,云主机类型为m1.little,虚拟机上电后安装OS,提示"no usbale disks have been found" [问题原因] 云主机类型m1.little的资源配置如下: | ID                                   | Name         | Memory_MB | Disk | Ephemeral | Swap | VCP

安装xampp时提示找不到文件“-n”,提示没有安装Microsoft Visual C++ 2008 Redistributable Package (x86)

①安装xampp时提示找不到文件"-n": ②提示没有安装Microsoft Visual C++ 2008 Redistributable Package (x86). 解决方法如下:遇到这两个错误后不管它,继续安装.完成后下载Microsoft Visual C++ 2008 Redistributable Package (x86),可以到这里下载:http://download.csdn.net/detail/hqocshheqing/9479606,安装完这个之后双击xamp

安装apk时出现错误Failure [INSTALL_FAILED_DEXOPT]问题解决的方法

在android4.0源码里面编译出来apk后,用adb install (或adb install -r 重装)安装时,报错[INSTALL_FAILED_DEXOPT]. [email protected]:~$ adb install workspace/out/target/product/generic/system/app/xxx.apk2820 KB/s (225970 bytes in 0.078s)    pkg: /data/local/tmp/xxx.apkFailure

小米4安装apk时出现INSTALL_FAILED_NO_MATCHING_ABIS

小米4安装apk时出现INSTALL_FAILED_NO_MATCHING_ABIS的错误,这是由于CPU架构对应的ABI和project中的不一样,导致无法安装成功,解决的办法如下: 在app目录中找到build.gradle,然后在Android节点下添加如下代码: splits { abi { enable true reset() include 'x86', 'arm64-v8a', 'armeabi-v7a', 'x86_64' universalApk true } } 原文地址:

使用WinNTSetup安装win10时提示efi part有红叉(win10安装UEFI系统安装)

1.装载ImDisk虚拟磁盘 2.格式化硬盘 *格式化时注意"创建新ESP分区 3.使用 WinNTSetup 选择win10安装程序 *1. "BOOTMGR PBR "后有感叹号不用管,在安装过程中会自动创建引导程序 2.引导 驱动器 及  安装磁盘为2个不同的磁盘 问题:使用WinNTSetup安装win10时提示efi part有红叉 处理:引导盘要选esp分区,也就是第一个分区100M空间的那个 原文地址:https://www.cnblogs.com/sjdn/p

linux安装软件时提示找不到镜像的问题:Couldn't resolve host 'mirrorlist.centos.org'

问题:[[email protected] ~]# yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.cent

编译安装php时提示Cannot find MySQL header files的解决方法

php的配置文件中有一行--with-mysql=/usr/local/mysql ,安装的时候提示:configure: error: Cannot find MySQL header files under yes.Note that the MySQL client library is not bundled anymore. 这是由于安装mysql时没有安装mysql头文件,或者是路径指定不正确,php找不到mysql的头文件引起的错误提示. 解决方法.1. 查看你的系统有没有安装my

安装tesserocr时提示error: Microsoft Visual C++ 14.0 is required

pip install tesserocr pillow时,提示: 按照给的提示,进到微软官网,啥都没有,pip的安装报错提示是时候更新一波了~ 在网上找Microsoft Visual C++的资料,十分稀少,只能采用wheel安装编译后的压缩包.whl文件本质上是一个压缩包,里面包含了py文件以及经过编译的pyd文件,可以在不具备编译环境的情况下,进行安装.pip默认也是先下载wheel安装,没有的话在对源码进行编译(包含了C++的源码都需要编译),而需要的Microsoft Visual