今天把android studio 升级到3.0 之后,直接报错了:
error: style attribute '@android:attr/windowEnterAnimation' not found.
后来查了一下解决方案:
在Project/gradle.properties中添加 android.enableAapt2=false
果然管用;
参考: error: style attribute '@android:attr/windowEnterAnimation' not found.
本文介绍了解决Android Studio升级至3.0版本后出现的错误:找不到样式属性'@android:attr/windowEnterAnimation'。通过在gradle.properties文件中添加一行配置解决了该问题。
876

被折叠的 条评论
为什么被折叠?



