发布于 4年前 The APK failed to install. Error:Could not parse error string. 拖拽apk到模拟器上安装运行,报上述错误。 原因是:模拟器CPU是X86-64架构,而apk只支持ARM架构 两种解决办法: 使用真机,放弃模拟器。 继续使用模拟器,需要重新打包,在打包命令后加上"-Prunx86=true"