Unity3d Error FacebookSDK

Viewed 874

I have face with this error log when I try to get Build

stderr[
/Users/enes/WordeXtra/Temp/StagingArea/android-libraries/facebook-android-sdk-4.23.0/res/values/values.xml:131: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.NoActionBar'.

/Users/enes/WordeXtra/Temp/StagingArea/android-libraries/facebook-android-sdk-4.23.0/res/values/values.xml:136: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Dialog'.

]
2 Answers

From your android-sdk/extras/android/m2repository/com/android/support folder, copy 'appcombat-vX' and 'support-v4' folders to Library folder of your project (Not to Assets folder, it is different).

Related