Hello everyone,
I used a Binding Library to convert an .aar file into a libarry. This did indeed work fine and I can use my class "CompactCalendarView" in the namespace "Com.Github.Sundeepk.Compactcalendarview" within my C# code. But when I try using the view within the axml code, I always receive an error
Error inflating class Com.Github.Sundeepk.Compactcalendarview.CompactCalendarView
<Com.Github.Sundeepk.Compactcalendarview.CompactCalendarView android:id="@+id/compactcalendar_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
This is how I embed the view within the code. I need help, please.
Answers
Clean and Rebuild project