Questions tagged [roboblender]

RoboBlender is an annotation processor that has been introduced to speed up RoboGuice performances at runtime: 30-70% speed gain, 30% memory gain.

RoboBlender is an annotation processor that has been introduced to speed up RoboGuice performances at runtime: 30-70% speed gain, 30% memory gain.

Useful links

5 questions
4
votes
0 answers

Roboguice: using manual injections causes ConfigurationException (no implementation was bound)

I've found an issue with Roboguice when using manual instance resolution. It works once I turn off the Annotation Database. Otherwise I get the exception: No implementation for com.kmsoftware.roboguicetest.SomeInterface was bound. Am I doing…
kmalmur
  • 2,809
  • 3
  • 29
  • 37
3
votes
2 answers

Roboblender use annotation databases with multiple modules

I'm following the steps from the RoboBlender Wiki to use annotations database but I keep getting java.lang.IllegalStateException: Unable to use annotation database(s) because it cannot find AnnotationDatabaseImpl I am using Android Studio and…
1
vote
1 answer

RoboGuice Error: Didn't find class "AnnotationDatabaseImpl" on path

Trying to get a simple app to run with roboguice but encountering this error: Didn't find class "AnnotationDatabaseImpl" on path: Looks like a lot of people get this error, and none of the solutions seem to work for me. All I have done is taken the…
natsuki_2002
  • 24,239
  • 21
  • 46
  • 50
1
vote
1 answer

How to disable RoboBlender for RoboGuice

According to the documentation of RoboGuice RoboBlender is optional. Also in the RoboBlender wiki you can find a section about disabling RoboBlender. You can either set an environment property or you do it programmatically. My question is, how do…
mvieghofer
  • 2,846
  • 4
  • 22
  • 51
0
votes
1 answer

RoboGuice Proguard CreationException

I'm using Roboguice 3.0.1 with RoboBlender 3.0.1. I've read the wiki. This application has been working perfectly since 3.0.1 has been GA (almost a year), and I just added proguard to my project. I've seemingly setup the proguard configuration…
Eliezer
  • 7,209
  • 12
  • 56
  • 103