On some of the devices I'm getting this error when trying to send an event with the Otto event bus:
Exception java.lang.RuntimeException: Could not dispatch event: class xxx.xxx.MyEvent to handler [EventHandler public void xxx.xxx.onEventReceived(xxx.xxx.MyEvent)]: java.lang.NoSuchMethodException: start [class android.app.Activity]
What is start [class android.app.Activity] and why am I getting this exception?
I've tried to reproduce with some other devices and I can not. Seemingly this only happens on some devices, randomly. It might be related to Proguard, since I'm getting this from the obfuscated app. It's a multidex app if that's of any help