You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
Fatal Exception: java.lang.NoSuchMethodError: No static method bind(Landroid/app/Activity;)V in class Lbutterknife/ButterKnife; or its super classes (declaration of 'butterknife.ButterKnife' appears in /data/app/com.anotherdev.photos500.debug-1/base.apk)
at com.karumi.rosie.view.RosieAppCompatActivity.onCreate(RosieAppCompatActivity.java:50)
Hi @anotherdev you don't need to add your own version of butterknife. The one already added to the project is the butterknife version 7.0.1. Remove your butterknife dependency from your project and use the one obtained from the rosie aar.
In the future we are going to publish a release removing the usage of butternife and renderers from Rosie.
Is this the answer to your question?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I got weird crash when extending
RosieAppCompatActivity
. http://crashes.to/s/129c15fd43cExcept from my dependencies:
The text was updated successfully, but these errors were encountered: