Reputation: 51
I have tried to use Xamarin Android Facebook Component to native login to Facebook. but I get these two errorrs:
No resource identifier found for attribute 'cardElevation' in package 'com.facebook.samples.audiencenetwork'
No resource identifier found for attribute 'cardBackgroundColor' in package 'com.facebook.samples.audiencenetwork'
Would you please tell me how to solve it?
Upvotes: 3
Views: 2642
Reputation: 51
I found the problem.
1- do not install the SDK as a component 2- Add these DLLs: Xamarin .Support .v4 Xamarin .Support.v7 .CardView Xamarin .Support .v7 .AppCompat Xamarin .Facebook
And it will work
Upvotes: 2