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

相关文章: