-
```
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…
-
In these page you are talking about using PowerMock + Robolectric:
https://github.com/excilys/androidannotations/wiki/Unit-test-your-application
But I am unable to get this works.
I try to mock MyC…
atali updated
9 years ago
-
```
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…
-
https://code.google.com/p/android/issues/detail?id=175086
Users of the lib will have to add this as a file for temporary workaround:
``` java
package android.support.v4.app;
public @interface Dialo…
-
I have the method:
``` java
public Usuario addUser(Usuario usuario, Boolean atualizar, String pushToken) throws Exception {
service.getRestTemplate().getMessageConverters().clear();
…
-
```
What steps will reproduce the problem?
1. Create a UTF-8 encoded AndroidManifest.xml.
2. Setup Maven build to use UTF-8 for all files.
3. Add a comment to a Manifest file containing characters not…
-
```
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…
-
This is something i already proposed here https://github.com/excilys/androidannotations/pull/1384#issuecomment-96373624.
So basically when the user imports the projects into Eclipse, the Eclipse Chec…
-
I'm using android studio. gradle 1.0.0. I've tried 3.1, 3.2 and get the same mistake.