I see a strange crash with next line:
java.lang.NoSuchMethodError: org.apache.commons.lang3.builder.EqualsBuilder.a
Yes, I use proguard to obfuscate but I don't see same crash on other devices that I have with me. As well I unpacked apk and see that this class with this method is present.
I have assumption:
- Someone is playing with apk
- Something weird with device - particularly with ClassLoader
Unfortunately I can not verify my assumptions since I don't have physical access to this device.
Maybe you have experienced such error or you have additional information that brings a light on the problem?