Hi all,
I was wondering if it's possible to use Couchbase Lite with Xamarin Android at the moment? I do realize that there is no Couchbase Lite-Xamarin plugin for Android yet, only for iOS, but was just wondering if there's a way to do it at all?
I found the following sourcecode on github:
https://github.com/xamarin/couchbase-lite-net
But when I build it and try to add the built DLL to my Xamarin Android project, it complains about missing System.web, which isn't implemented by Xamarin Android of course. Has anyone had success with this?
Thanks!