As, I mentioned, the sample project works fine. But when I try to integrate it in my main project. I throws error, I have discovered that error is raised because of the
this problem specific to this particular package ( Xamarin.Android.Support.v17.Leanback) which I believe is the requirement for this carousal view. And the error thrown is {"java.exe" exited with code 2.} As far as I know this is DEX 64К Limit, but enabling Proguard and muti-dex And setting heapsize of 1G did not solve my problem as well.
So, is there a way, that I can use this Sfcarousal without implementation of Xamarin.Android.Support.v17.Leanback ?