I received a message the other day about making 100 posts OK so I'm a dummy OMG!!!!!!!!
Another dumb question, SORRY
I've had an app running successfully for some time now but I'm now getting this message when running in Release mode. It runs ok in Debug mode.
I've degenerate a new program and am putting bits of the original program in bit by bit but was hoping that somebody with java experience may be able to easily interpret the error message
UPDATE - I've found the Sub that is causing the problem so I'll debug that
Another dumb question, SORRY
I've had an app running successfully for some time now but I'm now getting this message when running in Release mode. It runs ok in Debug mode.
I've degenerate a new program and am putting bits of the original program in bit by bit but was hoping that somebody with java experience may be able to easily interpret the error message
B4X:
LogCat connected to: 0123456789ABCDEF
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
maininitializeProcessGlobals (java line: 1199)
java.lang.VerifyError: b4a/Dividends_Portfolio/miscellaneous
at b4a.Dividends_Portfolio.main.initializeProcessGlobals(main.java:1199)
at b4a.Dividends_Portfolio.main.afterFirstLayout(main.java:96)
at b4a.Dividends_Portfolio.main.access$100(main.java:17)
at b4a.Dividends_Portfolio.main$WaitForLayout.run(main.java:78)
at android.os.Handler.handleCallback(Handler.java:800)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:194)
at android.app.ActivityThread.main(ActivityThread.java:5449)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)
UPDATE - I've found the Sub that is causing the problem so I'll debug that
Last edited: