Hello!
I need some help, I don't know what is causing this error to appear.
Didn't make any big changes to it and now the app dont even open
Thanks in advance!
I need some help, I don't know what is causing this error to appear.
Didn't make any big changes to it and now the app dont even open
Console log:
Registro conectado a: Xiaomi Redmi Note 7
--------- beginning of system
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
Error occurred on line: 62 (Main)
java.lang.RuntimeException: Class instance was not initialized (b4xpagesdelegator)
at anywheresoftware.b4a.debug.Debug.shouldDelegate(Debug.java:242)
at com.bitdesign.app.b4xpagesdelegator._activity_resume(b4xpagesdelegator.java:104)
at com.bitdesign.app.main._activity_resume(main.java:490)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:193)
at com.bitdesign.app.main.afterFirstLayout(main.java:111)
at com.bitdesign.app.main.access$000(main.java:17)
at com.bitdesign.app.main$WaitForLayout.run(main.java:83)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:7590)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
Main Line 62:
Sub Activity_Resume
' RequestRTP
B4XPages.Delegate.Activity_Resume
End Sub
Thanks in advance!