Testing a multi-platform library written in Java (for Android and iOS mobile). Log statements compile without warning, but in executing my EUnit tests, getting this:
…
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: RemObjects.Elements.RTL.SimpleLogger
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: RemObjects.Elements.RTL.SimpleLogger
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: RemObjects.Elements.RTL.IAndroidLogger
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: RemObjects.Elements.RTL.IAndroidLogger
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: RemObjects.Elements.RTL.Reflection.Type
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: RemObjects.Elements.RTL.Reflection.Type
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: android.util.Log
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: android.util.Log
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: android.util.Log
~> Ignored exception of type java.lang.ClassNotFoundException on thread 0001 ()
~> Message: android.util.Log
!> Exception of type java.lang.reflect.InvocationTargetException on thread 0001 ()
TestGetUser finished. State: Failed. Message: [ClassNotFoundException]: android.util.Log