square / otto

An enhanced Guava-based event bus with emphasis on Android support.
http://square.github.io/otto/
Apache License 2.0
5.17k stars 848 forks source link

I can't receive the event #203

Closed saebinna closed 6 years ago

saebinna commented 6 years ago

When i use androidAnnotation 3.3.2 and android support appcompat-v7 25.3.1, everything is ok. But if i update to androidAnnotation 4.3.1 and android support appcompat-v7 26.1.0, i can't receive the event. Can any one help?

JakeWharton commented 6 years ago

This project is no longer actively maintained, but this isn't enough information to determine a cause of the problem. Otto doesn't interact with either of those libraries directly so I have a hard time seeing how they could affect it. Perhaps try posting on StackOverflow?