You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the app is killed / Not recently, the application crashes.
I am trying to open the overlay whenever a notification is received. The background is not working. Can anyone help us?
E/AndroidRuntime(17843): Process: com.appName, PID: 17843
E/AndroidRuntime(17843): java.lang.RuntimeException: Unable to create service in.jvapps.system_alert_window.services.WindowServiceNew: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.embedding.engine.dart.DartExecutor io.flutter.embedding.engine.FlutterEngine.getDartExecutor()' on a null object reference
E/AndroidRuntime(17843): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.embedding.engine.dart.DartExecutor io.flutter.embedding.engine.FlutterEngine.getDartExecutor()' on a null object reference
E/AndroidRuntime(17843): at in.jvapps.system_alert_window.services.WindowServiceNew.(WindowServiceNew.java:66)
The text was updated successfully, but these errors were encountered:
When the app is killed / Not recently, the application crashes.
I am trying to open the overlay whenever a notification is received. The background is not working. Can anyone help us?
E/AndroidRuntime(17843): Process: com.appName, PID: 17843
E/AndroidRuntime(17843): java.lang.RuntimeException: Unable to create service in.jvapps.system_alert_window.services.WindowServiceNew: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.embedding.engine.dart.DartExecutor io.flutter.embedding.engine.FlutterEngine.getDartExecutor()' on a null object reference
E/AndroidRuntime(17843): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.embedding.engine.dart.DartExecutor io.flutter.embedding.engine.FlutterEngine.getDartExecutor()' on a null object reference
E/AndroidRuntime(17843): at in.jvapps.system_alert_window.services.WindowServiceNew.(WindowServiceNew.java:66)
The text was updated successfully, but these errors were encountered: