一、问题

起因是我想在模拟器里面输入中文,要安装apk,安装浏览器没问题,但是安装搜狗输入法的时候报错了:
The apk failed to install Error:Could not parse error string
Android Stdio模拟器安装应用报错:The apk failed to install Error:Could not parse error string

二、问题原因

自己的模拟镜像是x86的CPU,而这个安装包仅支持x64的平台
Android Stdio模拟器安装应用报错:The apk failed to install Error:Could not parse error string

三、解决方案

方案一、如图,创建一个x86_64的虚拟机,然后安装

Android Stdio模拟器安装应用报错:The apk failed to install Error:Could not parse error string

方案二、下载支持x86的应用,然后安装

必应输入法岁寒输入法,这两货能输入中文且能安装在x86的虚拟上

Android Stdio模拟器安装应用报错:The apk failed to install Error:Could not parse error string

相关文章: