Android GreenRobot's EventBus 'register' method crashes my application

645 Views Asked by At

Using the described method causes my application to crash without any exception whatsoever. What can make that happen?

1

There are 1 best solutions below

1
On

In my case, the problem was that my "onEvent" method was not PUBLIC. It has to be public - it surprises me it is stated ordinarily within its documentation.