Hello
i published one app to google play
i found on the developer console that there is one device that faced the following error
any idea what this may be ?
i published one app to google play
i found on the developer console that there is one device that faced the following error
java.lang.NullPointerException:
at com.beisat.android.main._activity_keypress (main.java:403)
at java.lang.reflect.Method.invoke (Native Method)
at anywheresoftware.b4a.BA.raiseEvent2 (BA.java:191)
at com.beisat.android.main$HandleKeyDelayed.runDirectly (main.java:230)
at com.beisat.android.main$HandleKeyDelayed.run (main.java:227)
at android.os.Handler.handleCallback (Handler.java:751)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6776)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1518)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1408)
any idea what this may be ?