I'm creating a plugin for Xamarin.Forms and on the Android project I have some native ListViews, Adapters and a Activity.
When I execute the sample app I got this error: didn't find class "xxx.CheckableLinearLayout" on path: DexPathList.
Looks like the Android resource's that I added on the plugin (Resource.Layout.list_item) is not accessible on the app.
What I must do so all the resources added on the plugin (drawables, layouts, menus and etc ) can be used on the app?