Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.
This repository was archived by the owner on May 15, 2023. It is now read-only.

Runtime exception if you bind an activity with no variable methods #147

@mattprecious

Description

@mattprecious

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) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions