Henson doesn't seem work with 2 activities (or more)
See original GitHub issueUsing one activity annotated with HensonNavigable works fine. When adding a second activity, with this annotation, I’m getting compilation errors, see them below. I’m using henson and henson-processor 2.0.1.
I’m not using any InjectExtra annotations.
Error:(40, 8) error: Unable to write henson navigator for types com.examble.app.ui.login.Activity1: Illegal name com.examble.app.ui..Henson
Error:(18, 8) error: Unable to write henson navigator for types com.examble.app.ui.tips.Activity2: Illegal name com.examble.app.ui..Henson
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Every-Day Edits: Jim Henson's Muppets - Education World
Jim Henson's Muppets. Hand out this printable student work sheet with the uncorrected text for students to find errors of capitalization, punctuation, spelling, ......
Read more >Fail Like Jim Henson - Puppet Nerd
If Henson had survived his brief illness, I imagine that he'd be more interested in new projects and new ideas then in guarding...
Read more >BEP FINAL Flashcards - Quizlet
Henson praises his students often, usually saying to them, in a very sincere way, "good work!" and "nice job!" His use of praise...
Read more >Fun with Water Part 2 - Jim Henson's Family Hub
Fun with Water week continues with all Fraggle-themed activities! Today we'll dance our cares away with Fraggle Rock, use a “magical stick” ...
Read more >Puppet Makers Rise Up Against the Puppet Masters
As they push for unionization, craftspeople at The Jim Henson Company say they are treated as an underclass, subject to abuse.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You should not let henson find the package where it should generate the Henson class.
Instead, use the annotation processor option : “dart.henson.package” “your.package.name”
The wiki explains how to do it with gradle and the apt plugin.
2016-11-17 21:27 GMT+01:00 Buttink notifications@github.com:
@stephanenicolas @dlemures
"dart.henson.package" "your.package.name"
- Thisyour.package.name
should be a package name of destination class (@HensorNavigable, Dart.inject(this)) or receiving class (Henson.with(this).goto…) ?. You have mentioned it in the docs, but some how wrong import is auto generated with some random class names that is actually not required for the class. Please help me. I am in super urgency to solve this issue