I'm curious whether it's possible to run Google ML Kit in Robolectric unit tests. If I try, I get the following error:
java.lang.IllegalStateException: MlKitContext has not been initialized
The same test runs perfectly if I run it as an instrumented test (with AndroidJUnit4).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…