Closed jbmlaird closed 7 years ago
It builds fine here. Which version of Android Studio are you using? I haven't tested in the 3.0 canary builds yet. Anyone else having issues?
Makes sense. I'm using the current 3.0 canary build. I'll downgrade, cheers.
It might be an issue with the demo using android-apt instead of the built-in annotation processor. This was just changed by merging in @friederbluemle's PR, so you might want to try again in 3.0. No promises it'll work, as I still haven't tested it, but I bet it will.
That did indeed fix it. The errors kept appearing in the editor but it ran fine.
Thanks :)
On initial build it will show errors that
ButterKnife.bind(this)
and
Conductor.attachRouter(this, ...)
Changing
MainActivity
to extendActivity
instead ofAppCompatActivity
throws error:upon launching the app.