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 have tried to run the exmaple project in AndroidStudio and it works perfectly. However, I want to try the java-plain testing project in IntelliJ again and here is the source code.
It can build successfully, but I encountered a NullPointException like #205 , because of ToOne<Note> and ToMany<Note> are both null.
I feel so much confused.