I am having the same problem as fasilosman described in first post. I upgraded to B4A v4 and now get the "Unfortunately, [my App] has stopped" error message.
The error log gives the following:
LogCat connected to: emulator-5554
--------- beginning of /dev/log/main
--------- beginning of /dev/log/system
maininitializeProcessGlobals (java line: 1408)
java.lang.VerifyError: b4a/bettaman/reports
at b4a.bettaman.main.initializeProcessGlobals(main.java:1408)
at b4a.bettaman.main.afterFirstLayout(main.java:94)
at b4a.bettaman.main.access$100(main.java:16)
at b4a.bettaman.main$WaitForLayout.run(main.java:76)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
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:825)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:592)
at dalvik.system.NativeStart.main(Native Method)
I have checked all the modules, but can't see anywhere that an object has been initialized in a Process_Globals. I notice I have some Process_Global variables in different modules with the same name - would that cause the problem?
Any assistance would be greatly appreciated!