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
Love the plugin, but having an issue with it running on an Android device. It works great on iOS and an Android Emulator, just not the device (keep getting the 'app stopped running' on load). Based on my research it looks like something isn't getting initialized when the device loads the app. It's more than likely an error on my part, but I feel like I've covered all the needed steps. I've also removed/added the plugin and android platform to try and get it to work.
I'll include some information below, but let me know what else I could provide to help!
I ran some tests in Firebase and this is an exception shown:
FATAL EXCEPTION: pool-1-thread-2
Process: com.pn.myapp, PID: 8495
java.lang.NullPointerException
at com.parse.ParseCorePlugins.getCurrentInstallationController(ParseCorePlugins.java:273)
at com.parse.ParseInstallation.getCurrentInstallationController(ParseInstallation.java:53)
at com.parse.ParseInstallation.getCurrentInstallation(ParseInstallation.java:59)
at github.taivo.parsepushplugin.ParsePushPlugin$1.run(ParsePushPlugin.java:88)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
The text was updated successfully, but these errors were encountered:
Hi all,
Love the plugin, but having an issue with it running on an Android device. It works great on iOS and an Android Emulator, just not the device (keep getting the 'app stopped running' on load). Based on my research it looks like something isn't getting initialized when the device loads the app. It's more than likely an error on my part, but I feel like I've covered all the needed steps. I've also removed/added the plugin and android platform to try and get it to work.
I'll include some information below, but let me know what else I could provide to help!
config.xml
AndroidManifest.xml
I ran some tests in Firebase and this is an exception shown:
The text was updated successfully, but these errors were encountered: