Skip to content
This repository has been 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

Open
mattprecious opened this issue Apr 12, 2017 · 0 comments
Open

Comments

@mattprecious
Copy link

mattprecious commented Apr 12, 2017

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) 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant