我剛剛創建了一個項目。這是我得到的第一個頁面。帶有117個錯誤的Gradle構建完成(Android Studio 1.4)
錯誤是這樣的
Error:(6, 21) No resource found that matches the given name: attr 'android:textAlignment'.
Error:(10, 21) No resource found that matches the given name: attr 'android:paddingEnd'.
Error:(10, 21) No resource found that matches the given name: attr 'android:paddingEnd'.
Error:(13, 21) No resource found that matches the given name: attr 'android:paddingStart'.
on gradle console following error occurs
AGPBI: {"kind":"error","text":"Error retrieving parent for item: No resource found that matches the given name \u0027android:TextAppearance.Material.Inverse\u0027."
AGPBI: {"kind":"error","text":"Error retrieving parent for item: No resource found that matches the given name \u0027android:TextAppearance.Material.Large.Inverse\u0027."
and many more.
檢查你的builde.gradle文件在依賴部分。確保您已正確添加支持庫。 –