Closed kenkosmowski closed 7 years ago
Give us some code. There should be more to the stacktrace if you continue on.
added axml and stacktrace to original post
Might be a dup of #244 . Can you try the workaround in that bug?
The workaround suggested by @kjeremy worked for me. The workaround consists of adding Resources\values\attrs.xml file to your Droid project with the following content:
<?xml version="1.0" encoding="utf-8" ?>
<resources>
<declare-styleable name="MvxRecyclerView">
<attr name="MvxItemTemplateSelector" format="string" />
</declare-styleable>
</resources>
Doesn't work for me. I get following error message during build:
Attribute "MvxItemTemplateSelector" has already been defined
Deleting bin & obj solved it. Workaround works for me now, too.
Hello, I am getting this error on using one of our custom control. The error is only reproducible if I run the app in debug mode on Android 6.0.1, In release mode the custom control is rendered fine.
On using MvxRecyclerView, NotSupportedException occurs:
Steps to reproduce
MyView.axml
Expected behavior
should render MvxRecyclerView
Actual behavior
System.NotSupportedException Stacktrace: