Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'

前端 未结 6 872
有刺的猬
有刺的猬 2021-01-08 01:11

Today, I face the error mentioned in this post: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.B

6条回答
  •  时光说笑
    2021-01-08 01:51

    I think this is the same problem as Facebook Sdk Android Error Building

    You have to change from

    compile('com.facebook.android:facebook-android-sdk:4.+') 
    

    to

    compile('com.facebook.android:facebook-android-sdk:4.22.1')
    

    in node_modules\react-native-fbsdk\android\build.gradle

提交回复
热议问题