You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to access org.greenrobot.eventbus in separate module in my project. But, getting below error. When I'm declaring @subscribe method in MainActivity activity this is resolved. But, I want to subscribe from the module, not from the main project. Need your help to fix this issue.
org.greenrobot.eventbus.EventBusException: Subscriber class com.sayantan.weekcalender.MainActivity and its super classes have no public methods with the @subscribe annotation
The text was updated successfully, but these errors were encountered:
I am trying to access org.greenrobot.eventbus in separate module in my project. But, getting below error. When I'm declaring @subscribe method in MainActivity activity this is resolved. But, I want to subscribe from the module, not from the main project. Need your help to fix this issue.
org.greenrobot.eventbus.EventBusException: Subscriber class com.sayantan.weekcalender.MainActivity and its super classes have no public methods with the @subscribe annotation
The text was updated successfully, but these errors were encountered: