The APK failed to install. Error:Could not parse error string.
拖拽apk到模擬器上安裝運(yùn)行,報上述錯誤。
原因是:模擬器CPU是X86-64架構(gòu),而apk只支持ARM架構(gòu)
兩種解決辦法:
- 使用真機(jī),放棄模擬器。
- 繼續(xù)使用模擬器,需要重新打包,在打包命令后加上"-Prunx86=true"
The APK failed to install. Error:Could not parse error string.
拖拽apk到模擬器上安裝運(yùn)行,報上述錯誤。
原因是:模擬器CPU是X86-64架構(gòu),而apk只支持ARM架構(gòu)
兩種解決辦法: