-
First build after clean is OK. But when try build it again it never stop dexing process.
I see it in every version **after 1.3.20** (i stock in this version of plugin).
## Here is log from version **…
-
Android annotations 3.3.2
Support 22.2
Build tools 22.0.1
So i migrated from 3.x to 3.3.2 in order to support 22.2 support lib
When i roll back to AA - 3.2 and Sup - 22.1.1 it build just fine
Am i …
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
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
…
-
```
Hello !
Recently, our builds stopped working on Jenkins. Here is the console output :
https://androidannotations.ci.cloudbees.com/job/AndroidAnnotations_CI/26/console
As you can see from the st…
-
Do you have any plan to do this?
-
If you have two classes
Class 1.
``` Java
@EActivity
public class Test1 extends Activity {
@Bean
Class a;
}
```
Class 2:
``` Java
@EActivity
public class Test2 extends Test1 {
@Bean
Class a…
-
It would be very helpful if you guys can add @Export annotation support which just exports a function and its annotations to the generated class.
This would make it possible to use AA with third par…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…