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.
本文来自博客园,作者:aspirant,转载请注明原文链接:https://www.cnblogs.com/aspirant/p/8334825.html