美文网首页
android studio 安装程序异常:The device

android studio 安装程序异常:The device

作者: 暮雨沉沦 | 来源:发表于2020-05-19 00:09 被阅读0次

今天回来新建了个项目,发现在5.0手机上安装失败:The device might have stale dexed jars that don't match the current version (dexopt error)


安装报错

最后找了很久,发现个帖子:解决方法
解决方法是在gradle.properties中添加:

android.enableD8=false
android.enableD8.desugaring=false

妙啊,果然好了。

这里的enableD8是在Android Studio 3.1 以及以后的版本中默认开启的配置
关于这两个配置可以看文章:文章

相关文章

网友评论

      本文标题:android studio 安装程序异常:The device

      本文链接:https://www.haomeiwen.com/subject/ewvmohtx.html