Butterknife: App crashes after code changes until rebuild is performed

Created on 16 Sep 2018  ·  3Comments  ·  Source: JakeWharton/butterknife

Most helpful comment

Seems to be the same issue as #897

All 3 comments

Exception:

 Caused by: java.lang.IllegalStateException: Required view 'expanded_menu' with ID 2131296379 for method 'extraTime' was not found. If this view is optional add '@Nullable' (fields) or '@Optional' (methods) annotation.
    at butterknife.internal.Utils.findRequiredView(Utils.java:92)
    at preved.medved.main.RouteBuilderFragment_ViewBinding.<init>(RouteBuilderFragment_ViewBinding.java:44)
    at java.lang.reflect.Constructor.newInstance0(Native Method)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:334)
    at butterknife.ButterKnife.createBinding(ButterKnife.java:199)
    at butterknife.ButterKnife.bind(ButterKnife.java:172)

Yeah we have similar issues

Seems to be the same issue as #897

Was this page helpful?
0 / 5 - 0 ratings

Related issues

voiddog picture voiddog  ·  3Comments

ZakTaccardi picture ZakTaccardi  ·  3Comments

Pitel picture Pitel  ·  3Comments

hwra2008 picture hwra2008  ·  3Comments

mturki picture mturki  ·  3Comments