error: style attribute '@android:attr/windowEnterAnimation' not found.

今天把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.

posted @ 2018-01-23 11:25  aspirant  阅读(749)  评论(0编辑  收藏  举报