Hey guys,
Yesterday I had a perfectly working application. I decided for the sake of cleaning it up that I wanted to move chunks of the code around and split it between new modules.
When I compile, the app is installed but instantly closes with an android error. I've tried using breakpoints to find the offending code, but it appears as though none of the code is even executed. The unfiltered log shows this:
The log continues in a similar manner for a few more lines. Does anyone know what might be wrong?
Thanks
Yesterday I had a perfectly working application. I decided for the sake of cleaning it up that I wanted to move chunks of the code around and split it between new modules.
When I compile, the app is installed but instantly closes with an android error. I've tried using breakpoints to find the offending code, but it appears as though none of the code is even executed. The unfiltered log shows this:
B4X:
FATAL EXCEPTION: main
java.lang.RuntimeException: java.lang.NullPointerException
at phenix.phenixasdasdasdas.main.initializeProcessGlobals(main.java:2411)
at phenix.phenixasdasdasdas.main.afterFirstLayout(main.java:80)
at phenix.phenixasdasdasdas.main.access$100(main.java:16)
at phenix.phenixasdasdasdas.main$WaitForLayout.run(main.java:72)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:132)
The log continues in a similar manner for a few more lines. Does anyone know what might be wrong?
Thanks