Jake Wharton
Jake Wharton
Can you provide a sample which reproduces this beahvior that we can use to diagnose the problem?
Do you have a dependency on `com.jakewharton:butterknife` declared?
This seems fine, yes. On Sun, Apr 1, 2018, 7:02 AM Alex Shafir wrote: > @OnTouch is sometimes used to implement dragging. > > Dragging in turn requires storing dX...
Hmm I'll have to test. I'm pretty sure I was using 3.3 alphas when I wrote this.
Your compile SDK version must be set to 28
Sure! On Mon, May 9, 2016 at 11:48 AM Jay Newstrom [email protected] wrote: > @JakeWharton https://github.com/JakeWharton would you be willing to > take a look at a PR for something...
As far as I can tell this is impossible without dramatically altering how R2 works.
Turn on debug logging on the `ButterKnife` object. What logs are printed? Can you see the generated code in your `build/generated/source/` folder? In the APK?
I don't think we can update the plugin because of this (dumb) bug: https://issuetracker.google.com/issues/73450622
One of the tests is failing the logs are useless. I'll have to try to repro locally, but it won't be until after 10AM Berlin time on Tuesday, for reasons...