I randomly get this NullpointerException since I use 2.20 Beta:
I don't know if this is really related to the beta or if I have broken something in my code. Nevertheless I have no idea where this Exception occurs since in the call stack there is no name of a sub from my code.
B4X:
java.lang.NullPointerException
at anywheresoftware.b4a.objects.Timer$TickTack.run(Timer.java:102)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
at dalvik.system.NativeStart.main(Native Method)
I don't know if this is really related to the beta or if I have broken something in my code. Nevertheless I have no idea where this Exception occurs since in the call stack there is no name of a sub from my code.