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 was archived by the owner on May 15, 2023. It is now read-only.
The annotation processor doesn't generate the _RemixerBinder class if there's no variable method annotations.
Caused by: java.lang.ClassNotFoundException: com.example.app.MainActivity_RemixerBinder
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:400)
at java.lang.Class.forName(Class.java:326)
at com.google.android.libraries.remixer.annotation.RemixerBinder.bind(RemixerBinder.java:44)
at com.example.app.MainActivity.onCreate(MainActivity.java:209)