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.