-
I'm using Entity's _generateConstructors = false, generateGettersSetters = false_
to stop GreenDao from generating constructors, getters and setters.
However, it still adds generated methods for r…
-
Following is the structure of the our app:
- app (application module)
- app_feature1 (library module)
- app_feature2 (library module)
- app_feature3 (library module)
- app_core (library module)
…
-
I'm currently in the process of migrating to v3 and the gradle plugin. All my entities have a few convenience methods defined in an abstract base class resulting in the following gradle error:
```
…
-
I think the android gradle plugin version is getting override in my gradle cfg by the okBuck plugin.
My app is using GreenDao and I am hitting this issue:
https://github.com/greenrobot/greenDAO/is…
-
I'm still getting some classpath-related errors when either trying to run the JUnit 5 Gradle task, or using AS' built-in "Run Tests" feature. In some projects, only one of the methods works, other tim…
-
I came across issue #498, and saw this class in the stacktrace:
```
org.greenrobot.greendao.codemodifier.EntityClassParser
```
I didn't find this class in this repository. Is the source somew…
-
I implemented unit test similar as:
``` java
@RunWith(RobolectricGradleTestRunner.class)
@Config(constants = BuildConfig.class, sdk = 16)
public class EntityTest {
@Befo…
-
Currently when building the app there are lots of gradle errors/warnings in build log (when building locally as well as on CI). Part of log:
Error:warning: Ignoring InnerClasses attribute for an an…
-
I am try build DaoExample. I changed nothing.
AndroidStudio and command line give same error:
aaa@shome:~/develop/android/DaoExample$ ./gradlew
FAILURE: Build failed with an exception.
* What we…
pvv38 updated
7 years ago
-
While testing for issue #483 i got the menu entry "Sync local changes". As in 483 hitting this menu entry or doing a fast/full sync the error message stayed. That's why i wiped my database through th…