-
Sometimes in code generation, we have to reference an enum constant of a class which is not generated, just referenced. Currently there is no way to do this, only for defined (generated classes). Curr…
-
Hello,
haven't been able to get Eclipse to load the AndroidAnnotations properly. I've followed all of the bug fixes suggested by the AndroidAnnotations team to no avail. I'm getting errors that `A…
-
Hello!
Is there's a solution or tweak to make this plugin friendly with MultiDex?
Without AJ everything is good. My error is:
Execution failed for task ':app:createDebugMainDexClassList'.
> com.and…
-
```
Is acra.jar available in any maven repositories? I checked around and couldn't
find it anywhere.
(Thanks for the great tool by the way, and apologies if I overlooked something
blindingly obvio…
-
```
Is acra.jar available in any maven repositories? I checked around and couldn't
find it anywhere.
(Thanks for the great tool by the way, and apologies if I overlooked something
blindingly obvio…
-
When i try to run my project with your library i got this error every time:
Error:Execution failed for task ':mobile:dexDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.…
-
Hi @davidbeloosesky , @eveliotc
I am trying to load an image into the cropview but it does not show up. I pass a string extra to my crop image activity.
I then try to load it into the cropview usin…
-
Error:(18, 8) error: Something went wrong: Unexpected error in AndroidAnnotations 3.3.2!
You should check if there is already an issue about it on https://github.com/excilys/androidannotations/search?…
-
If use androidannotations, data binding will error.
-
```
I thought it could be cool to have an activity annotation for overriding
pending transitions like this :
@Transitions(R.anim.transition_in, R.anim.transition_out)
Generated code:
overridePendi…