android-annotations Questions

1

Solved

I am not clear how to use @Intdef when making it a flag like this: @IntDef( flag = true value = {NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS}) this example is straight...
Kristikristian asked 4/1, 2016 at 2:5

2

Solved

I'd been trying out Android annotations recently and everything had been working well until I decided to add applicationIdSuffix in buildTypes in my build.gradle file. Currently it looks like this:...
Chemisorb asked 29/6, 2015 at 13:11

3

Solved

Basically, what I'm facing today is the following: Handle Request time out when doing Rest actions. Seems simple written, but not as easy to code. This is my implementation so far: List<Cl...
Diabetic asked 30/1, 2014 at 8:35

4

Solved

I use the latest Android Annotations 2.6 and IntelliJ IDEA. Sometimes I always keep having problem with the annotations / classpath / compilation order. Seems to occur irregularly. I had the projec...
Cargile asked 14/9, 2012 at 2:32

1

Solved

When I activate the androidannotations apt line in my gradle build file, the data binding classes are no longer recognized. When I just comment out the "apt .." line then everything compiles again....
Joni asked 28/9, 2015 at 9:12

1

I'm using Androidstudio 0.8.9 and build with gradle. I was using Android-Annotations and works well. And I want use AspectJ also, so apply plugin(https://github.com/uPhyca/gradle-android-aspectj-p...
Rogovy asked 5/10, 2014 at 5:39

2

I'm trying to use Dagger to inject into an android Annotated Activity. java.lang.IllegalArgumentException: No inject registered for members/com.app.server.AddServerActivity_. You must explicitly a...
Bactria asked 11/10, 2013 at 23:26

1

I'm trying to use gradle to build my Android project wit Android Annotations but I still get errors. In my java classes AA is not found. Also in gradle file I get some hints: versionName "1.0" &...
Need asked 3/4, 2014 at 9:3

1

Solved

I am working with Android Annotations and today I did the new update for Android Studio 1.0. When I build the project it gave me this error: Error:(40, 0) Could not find property 'processResource...
Gourami asked 9/12, 2014 at 11:34

1

Solved

I have a piece of code using AndroidAnnotations which is very similar to the one found at: https://github.com/excilys/androidannotations/wiki/Adapters-and-lists However - I want to pass an argume...
Squirmy asked 22/7, 2013 at 23:43

2

Since ADT 23, there seems to have no way to add Annotation Processor Factory Path to projects: No "Annotation Processing" item in Poject>Properties>Java Compiler. Does anyone know how to add andr...
Disagree asked 4/7, 2014 at 9:8

1

Solved

Configuring Android Annotations is quite irksome. But I finally figured out a solution and wish to share with everyone.

5

Solved

I am unable to fine the option to set annotation processing in my Eclipse preferences. Not sure since when am I getting this problem but surely it has started to occur after I updated eclipse las...
Wyattwyche asked 13/7, 2014 at 16:33

1

now that i've decided to use Android Annotations with Android Studio i wanted to implement it through Gradle. After some thoughtful research i've found out that there are older and newer ways of im...

5

Solved

This project worked wonders before updating to ADT22. I already lost a day because of not knowing I had to download build tools, and I'm afraid I'm going to loose another one because of this. When...

3

Solved

I can't configure my IDE (Intellij IDEA 12) to work with AndroidAnnotations (http://androidannotations.org/) previous configurations screenshots differ from the new ide that jetbrains just released...
Kinetics asked 12/12, 2012 at 4:4

3

my interface looks as follows: @Rest(rootUrl = "https://myurl.com", converters = { GsonHttpMessageConverter.class }) public interface CommunicatonInterface { @Get("/tables/login") public Login log...
Katti asked 30/10, 2013 at 11:51

6

Solved

I am trying to create a project using AndroidAnnotations in Android Studio. When I build and run the project, everything seems to compile fine, yet I get nothing but a blank activity for the app. I...
Dvina asked 22/5, 2013 at 5:16

1

Solved

I have a Gradle build script that is using an annotations processor (Android Annotations) to generate code. Building was fine until I added a new Pro Flavor. I can build the Free flavor but when I ...

0

I seem to be running into a problem with Android Annotations finding my Android Manifest when I'm using different manifests for different buildTypes. The error I get is: java: error: Unexpected er...
Metallize asked 16/9, 2013 at 17:11

6

Solved

So I wanted to try the new Android Studio and imported my eclipse projects (I generated a gradle build file). Worked pretty good. The only library which does not seem to work is AndroidAnnotations...

3

Solved

I have some trouble to build activities with AndroidAnnotations. I have a parent Activity named TemplateActivity: @EActivity(R.layout.activity_template) @NoTitle public class TemplateActivity exte...
Puffball asked 1/9, 2013 at 22:41

1

Solved

I'm using android annotations, I'm trying to annotate this class so that I can save a value into my shared preferences (annotated) class using @pref. I've managed to find a work around with an inte...
Pelite asked 17/8, 2013 at 14:51

1

Solved

I'd like to know if there's anyone using Transfuse and how it differs from Android Annotations. I mean the pros and cons of each one, and if there are other options besides these two. Thanks.
Vitrine asked 29/6, 2013 at 0:32

1

I am trying to embed a YouTubePlayerFragment into a DialogFragment. I am able to start the dialog one time and show the YouTubePlayer in it, but the second time it always crashes (no matter what I ...

© 2022 - 2024 — McMap. All rights reserved.