So I'm attempting to deep copy some custom objects using the Cloner library. I was able to get the code typed out without errors and the import working, but the moment it runs it gives me a NoClassDefFoundError: sun.reflect.ReflectionFactory at org.objenesis.instantiator.
So basically, it's failing to recognize the cloner library for some reason. I cannot figure this out. I found this thread but it is getting old and has no answer as of yet. NoClassDefFoundError when using objenesis on Android
Any help would be very much appreciated.