I discover this error in my project for almost all modules:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Object.equals(java.lang.Object)' on a null object reference
The funny part is that after I have put a breakpoint on the code to check for the error, nothing goes wrong (only press "play" after the breakpoint and then everything will work fine). And this error would only appears in one module, after I have given up the module, the same error pops up for randomly another module. Anyone knows why??