Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

This use @Bind without @BindView, Error: cannot find symbol class Bind #140

Open
CasparGX opened this issue Jul 3, 2017 · 1 comment
Open

Comments

@CasparGX
Copy link

CasparGX commented Jul 3, 2017

when I generate butterknife code:

    @Bind(R.id.text_view)
    TextView mTextView;

it's show me the Error: cannot find symbol class Bind

but my another project, that generate code:

    @BindView(R.id.text_view)
    TextView mTextView;

it's successful.

I fix the @Bind to @BindView, it's successful too, but the plugin cant generate @BindView in this project, I need help, thanks.

@williaanlopes
Copy link

williaanlopes commented Jan 19, 2018

Thanks!
Why did they make such a drastic change?
I had to redo my entire project because of that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants