pushyy
pushyy copied to clipboard
Unable to create service org.kivy.plugins.messaging.KivyFirebaseMessagingBackgroundService
When trying to get a notification in background for the first time, I get these errors:
java.lang.RuntimeException: Unable to create service org.kivy.plugins.messaging.KivyFirebaseMessagingBackgroundService: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference
Every notification after that works perfectly fine. The .ap has INTERNET and permissions to write files. Anything I am missing? Tested on Redmi Note 10 5G.