material-foundation/material-remixer-android

Runtime exception if you bind an activity with no variable methods

Opened this issue · 0 comments

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)