我正在尝试在Android应用程序上使用morphia与MongoDB实例进行交互。
等级依赖性: <html>
<body>
no space between here ><svg height="100" width="100"><circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /></svg>< and here.
</body>
</html>
实例化Morphia时
implementation 'org.mongodb.morphia:morphia:1.3.2'
我收到此错误:
Morphia morphia = new Morphia();
答案 0 :(得分:0)
根据this github issue,Morphia并非在Android上运行。我假设我的错误是由于
如evanchooly在that github issue上指出的代理懒惰引用
。 AndroidRuntime抛出的确切错误行:
org.mongodb.morphia.mapping.lazy.LazyFeatureDependencies.testDependencyFullFilled(LazyFeatureDependencies.java:42)