每當(dāng)我試圖構(gòu)建它給我這個(gè)錯(cuò)誤安卓資源鏈接 failed.am 新的安卓開發(fā) Android resource linking failederror: resource android:style/TextAppearance.Material not found.error: resource android:style/TextAppearance.Material.Body1 not found.error: resource android:style/TextAppearance.Material.Body2 not found.error: resource android:style/TextAppearance.Material.Button not found.error: resource android:style/TextAppearance.Material.Caption not found.error: resource android:style/TextAppearance.Material.Display1 not found.error: resource android:style/TextAppearance.Material.Display2 not found.error: resource android:style/TextAppearance.Material.Display3 not found.error: resource android:style/TextAppearance.Material.Display4 not found.error: resource android:style/TextAppearance.Material.Headline not found.error: resource android:style/TextAppearance.Material.Inverse not found.error: resource android:style/TextAppearance.Material.Large not found.error: resource android:style/TextAppearance.Material.Large.Inverse not found.error: resource android:style/TextAppearance.Material.Widget.PopupMenu.Large not found.error: resource android:style/TextAppearance.Material.Widget.PopupMenu.Small not found.error: resource android:style/TextAppearance.Material.Medium not found.error: resource android:style/TextAppearance.Material.Medium.Inverse not found.error: resource android:style/TextAppearance.Material.Menu not found.error: resource android:style/TextAppearance.Material.SearchResult.Subtitle not found.error: resource android:style/TextAppearance.Material.SearchResult.Title not found.
1 回答

叮當(dāng)貓咪
TA貢獻(xiàn)1776條經(jīng)驗(yàn) 獲得超12個(gè)贊
確保 SDK 版本必須與支持庫(kù)匹配。
如果你的構(gòu)建.gradle 像這樣意味著
implementation 'com.android.support:appcompat-v7:28.0.0'
編譯Sdk版本和構(gòu)建工具版本應(yīng)該是
compileSdkVersion 28 buildToolsVersion "28.0.3
有關(guān)更多詳細(xì)信息,請(qǐng)參閱此答案
添加回答
舉報(bào)
0/150
提交
取消