美文网首页
android studio 3.0 build错误

android studio 3.0 build错误

作者: 逝水ly | 来源:发表于2017-10-30 10:46 被阅读0次

问题描述:
Error:(2556) style attribute '@android:attr/windowEnterAnimation' not found.
Error:(2557) style attribute '@android:attr/windowExitAnimation' not found.

解决办法:
在Project/gradle.properties中添加 android.enableAapt2=false

相关文章

网友评论

      本文标题:android studio 3.0 build错误

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