Bryan Stern

Results 8 comments of Bryan Stern

I'm currently investigating this as well. One thing I noticed is that if you have multiple `JobManager`s, you may want to make sure you are sharing a single `BatchingScheduler` instance...

This was working on KitKat a few weeks ago, but now there seems to be a run-time issue when initializing the dependency graphs during the instrumentation tests. I have no...

Nice find. I'll take a look tonight, but I'm guessing that second issue is the Hamcrest dependency used in both projects.

I found a fix, but I'm not crazy about it. Including Espresso as a debug dependency instead of as a android test dependency solves the issue. I'm not sure why...

@emredirican, I think that error has something to do with the latest changes to Dagger 2. Other projects that I'm using this method in suddenly stopped building today with that...

I'm going to clean this up once 1.1 of the Android Gradle Plugin is released. Looks like that version will fix these dependency issues. https://code.google.com/p/android/issues/detail?id=65445

Also running into this issue. Of course we can work around it, but would love to see the proposed fix ship.

Has anyone found a fix or workaround? I'm also running into this using the same dialect.