How can I run CouchbaseLite on Xamarin.UITest?

I couldn’t run code of opening database but it says that below. I called Activate() on MainActivity for Android project on C#. Simply, I created a method for creating database and called it on BeforeEachTest() method on UITest project. Can you help me?

SetUp : System.TypeInitializationException : The type initializer for 'Couchbase.Lite.Logging.Log' threw an exception.
  ----> System.InvalidOperationException : A required dependency injection class is missing (LiteCore.Interop.ILiteCore).
                       Please ensure that you have called the proper Activate() class in the
                       support assembly (e.g. Couchbase.Lite.Support.UWP.Activate()) or that you
                       have manually registered dependencies via the Couchbase.Lite.DI.Service
                       class.

Are you sure that the Activate method is getting called first? The other thing to check is whether or not all your projects are on the same version of Couchbase Lite (and Couchbase Lite Android Support).