Dagger cannot create object graph although it can produce dot file
问题 I'm struggling with the setup of Dagger (1.0.1), in a existing application. It was configured to use ProGuard but I disabled it for this test with -dontobfuscate . When I enable dagger-compiler it's able to successfully generate a dot file with the dependencies graph, but when I remove the compiler and build the app in Release mode it crashes during startup, complaining that it's unable to create the object graph. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.corp