application installation failed

xiaoxiao2021-02-28  90

错误:application installation failed,模拟器运行时出错

分析:由于使用了native libraries 。该native libraries 不支持当前的cpu的体系结构。

解决方法:将多余的动态库删掉,这里是armeabi下出现了个动态库,删掉即可

其他的可能性:

1:在你的项目目录下,删除app文件夹中的build目录即可。

2.File > Settings > Build,Execution,Deployment > Instant Run > Un-check (Enable Instant Run to hot swap code)

转载请注明原文地址: https://www.6miu.com/read-38791.html

最新回复(0)