Closed edikep2000 closed 8 years ago
Android Resource names should all be lower case.
Nope, I lowercased it all and it still did not work
Are you adding the assembly that contains MvxRecyclerView
to your AndroidViewAssemblies
in Setup.cs?
I eventually deleted the entire content of the C:\Users\AppData\Local\Xamarin folder and rebuilt the project. Everything works fine from here onwards
Hi everyone.
I have an issue using the MvxRecyclerView in my android project . My Layout File is as follows
and the listitem_forumList is contained in the following XML File
What I cannot understand is why compilation will always fail with the following message
No resource found that matches the given name (at 'MvxItemTemplate' with value '@layout/listitem_forumList'). I do see some warning messages like Severity Code Description Project File Line Suppression State Warning The 'http://schemas.android.com/apk/res-auto:MvxBind' attribute is not declared.
that I am missing