天天看点

error:style attribute '@android:attr/windowEnterAnimation' not found 解决方法

是的在导入一个依赖的时候又报错了,除了上面这个下面还有几句类似的,解决方法很简单

在gradle.properties这个文件中添加如下一行代码即可:

android.enableAapt2=false      
error:style attribute '@android:attr/windowEnterAnimation' not found 解决方法

这条语句关闭了Aapt2编译。

关于Aapt2编译可以见下下述链接:

  • ​​Android AAPT详解​​
  • ​​aapt2 资源 compile 过程​​