Hello,
I am increasingly getting an error message. I do not know why this error occurs. Therefore I can not think of an elimination at the moment. For a hint for troubleshooting I would be very grateful.
The version released in the Play store was still compiled with B4A before version 9.0
Best regards,
Gunnar
I am increasingly getting an error message. I do not know why this error occurs. Therefore I can not think of an elimination at the moment. For a hint for troubleshooting I would be very grateful.
B4X:
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3115)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3258)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1955)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:214)
at android.app.ActivityThread.main (ActivityThread.java:7073)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)
Caused by: java.lang.IllegalStateException:
at android.app.ContextImpl.startServiceCommon (ContextImpl.java:1666)
at android.app.ContextImpl.startService (ContextImpl.java:1611)
at android.content.ContextWrapper.startService (ContextWrapper.java:677)
at anywheresoftware.b4a.keywords.Common.StartService (Common.java:884)
at anywheresoftware.b4a.objects.ServiceHelper$StarterHelper.startFromActivity (ServiceHelper.java:184)
at gd.tempomaster_pro.main.onCreate (main.java:64)
at android.app.Activity.performCreate (Activity.java:7327)
at android.app.Activity.performCreate (Activity.java:7318)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1275)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3095)
The version released in the Play store was still compiled with B4A before version 9.0
Best regards,
Gunnar