sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

Cannot find `MvpView` or `MvpPresenter` #208

Closed manabreak closed 7 years ago

manabreak commented 7 years ago

I'm using Mosby 3 snapshot, and this issue has been going on for a while. It seems that randomly during Gradle sync some (or all) Mosby classes are not found. This usually can be solved by manually removing the Mosby files from ~/.gradle and resyncing. However, now these two interfaces won't restore themselves. Because of this, my project won't build anymore.

Is there something wonky going on with the snapshots? This has never happened with any of my other dependencies, or with Mosby 2.

sockeqwe commented 7 years ago

Really strange, I never seen such a behavior before.

You could try to use alpha4 rather than snapshot. Does that solve your issue? manabreak notifications@github.com schrieb am Mi., 8. Feb. 2017, 08:17:

manabreak commented 7 years ago

The alpha4 seems to solve the issue. It's really weird that the SNAPSHOT doesn't seem to have the interfaces.

sockeqwe commented 7 years ago

I apologize, i will manually upload a new snapshot

manabreak notifications@github.com schrieb am Mi., 8. Feb. 2017, 08:32:

The alpha4 seems to solve the issue. It's really weird that the SNAPSHOT doesn't seem to have the interfaces.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/sockeqwe/mosby/issues/208#issuecomment-278251234, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnroGxHUXWlFpS9tcBX0OdV1mpBfraks5raW-ggaJpZM4L6d5r .

manabreak commented 7 years ago

No problem, and thanks for quick support. :)

sockeqwe commented 7 years ago

I have redeployed the SNAPSHOTS. If you have 2 minutes, could you please check and verify if that this solves your reported issue?

manabreak commented 7 years ago

Doesn't seem to work. with alpha4 the interfaces are there, with SNAPSHOT they're not. Odd.

sockeqwe commented 7 years ago

I have no clue what happened and I can't reproduce it. I close the is issue for now. If you have any problem in the future please reopen this issue