You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see this mentioned anywhere, but with my entity class without a no-arg constructor, everytime when a query like wordBox.query().equal(WordOB_.word, wordStr).build().find()
is done, the app crashes without giving any reason. Every frustrating - I spent the whole afternoon trying to figure out the problem. In the end, "Evaluate Expression" (on Android Studio) on the entire expression above, gives a cause regarding the need for a no-arg constructor.