-
Hi!
It seems that the plugin is not APT friendly, Dagger now simply crash at startup:
```
Caused by: java.lang.IllegalStateException: Module adapter for class ***.app.AppModule could not be loaded. …
-
```
What steps will reproduce the problem?
1. My build was working fine with AndroidAnnotations, Dagger, and a slightly
modified version of CleanAndroidCode project that adds additional entry point
…
-
```
What steps will reproduce the problem?
1. My build was working fine with AndroidAnnotations, Dagger, and a slightly
modified version of CleanAndroidCode project that adds additional entry point
…
-
```
I'm refetring to issue 143 "Provide static helpers to start activities".
I'm starting to this simple fact : we already have the @Extra annotation, so we
know the type and name of the extras this…
-
```
What steps will reproduce the problem?
1. My build was working fine with AndroidAnnotations, Dagger, and a slightly
modified version of CleanAndroidCode project that adds additional entry point
…
-
When trying to define a rest template using the @Rest annotation, and when providing one or more "converters" in that annotation, I receive the following compile error:
> The converter class must be …
-
This happens when I tried using @OptionsItem on my app which happens to have a package name that starts with id. AA imports id.co.packagename.R.id so when it tries to inflate(id.co.packagename.R.menu.…
-
On Nexus 5 5.1.1, Transdrone 2.5.1. Adding the widget causes a force close of Transdrone
-
```
What steps will reproduce the problem?
1. My build was working fine with AndroidAnnotations, Dagger, and a slightly
modified version of CleanAndroidCode project that adds additional entry point
…
-
Hi!
I am building an app using [WindowManager](http://www.piwai.info/chatheads-basics/) in a Service. (yes, this WindowManager guide is from AA creator himself) To make the code slimmer, I used AA , i…