天天看點

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 過程​​