3

I have used smaple Code of Xamarin.Andoird.Support.v7.Cardview though i get an bellow error

Caused by: android.view.InflateException: Binary XML file line #1: Error inflating class android.support.v7.widget.CardView

Stephane Delcroix
  • 16,134
  • 5
  • 57
  • 85
Dhruv Gohil
  • 503
  • 1
  • 5
  • 13
  • Try this http://stackoverflow.com/questions/26494346/error-inflating-class-and-android-support-v7-widget-cardview It seems the same problem. – daniherculano Jul 13 '15 at 12:24

1 Answers1

1

Remove Android Support Library v7 CardView component and add it again! Rebuild the project and it's done! you should not be getting this error now! I tried the same and it worked.

Akshay Kulkarni
  • 729
  • 6
  • 22