Uwe - ObjectBox

Results 467 comments of Uwe - ObjectBox

Are you using ProGuard? Check if your rules match those provided in the README. https://github.com/greenrobot/greenDAO#r8-proguard

Thanks for reporting. Check if any of your entity classes uses a non-parameterized reference to `Class`?

As the error message indicates, your constructors have changed in between runs. Have a look at the docs on how to resolve this: http://greenrobot.org/greendao/documentation/modelling-entities/#Modifying_generated_code Closing. Please re-open if you can...

I thought so too, sorry, reopening. However, can not reproduce using the given example project updated to Gradle 4.10.2. @zhenian As @blindpirate suggested this may be due to Gradle parallel...

These are options for the Gradle plugin. So as usual for Gradle you can generate these values somehow inside the build script. Note: typically you do not have to specify...

Not that I am aware of. You would have to ask the Gradle folks about that.

The stack trace includes `OS error - 2:No such file or directory`. Was the database file maybe deleted in the meantime? Also, if you are using SQLcipher https://github.com/greenrobot/greenDAO/issues/634 may have...

@DOFandersolsen Note that this is not a bug. The above is a change request. It is currently working as intended. -ut

@vicgrad Can you please open a new issue and post a code snippet for what you mean by `have the mydao reference, do not compile and cannot be processed by...

It does not really make sense that male children only have a father and females only a parent? Anyhow, sounds to me like you want two ToOne relationships of a...