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

前端 未结 6 1376
野趣味
野趣味 2020-11-30 02:58

I received these errors when i started new project in android studio.

Error:(1) Error retrieving parent for item: No resource found that matches the g

6条回答
  •  北海茫月
    2020-11-30 03:15

    The ideal answer found in the forum mentioned above is this:

    sed -i 's/facebook-android-sdk:4.+/facebook-android-sdk:4.22.1/g' ./node_modules/react-native-fbsdk/android/build.gradle
    

    This works

提交回复
热议问题