,當我嘗試添加Facebook在應用程序庫通知我收到這些錯誤錯誤檢索父的項目:無資源發現在給定的名字相匹配「的Android版本:Widget.Material .....」
compile 'com.facebook.android:notifications:1.0.2'
Error:(33) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'. Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. Error:(33) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'. Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
編譯sdk版本是22,編譯工具版本是23.0.2。
推送通知書庫 - https://github.com/facebook/FBNotifications
我知道如果我將編譯sdk版本更改爲23,此錯誤將消失。但在我的項目,我使用了過時的版本,23其不可能在此刻,一些方法來改變編譯SDK版本至23
是否有任何其他方法,使這個錯誤消失
不推薦使用的方法仍然有效,您編譯的SDK不會更改該方法。 – ianhanniballake
你解決了嗎?如果是,請回答問題 –