Android应用在没有互联网连接的情况下崩溃?

时间:2015-08-15 07:46:19

标签: android parse-platform push-notification android-internet

我在Android应用中使用解析后端服务。我面临的问题是编写推送通知。很多时候,当移动设备上没有互联网连接时,会出现一个自动警报"不幸的是,您的应用已经停止了#34;,甚至没有使用它或在后台/前台运行。请帮忙。

这是logcat:

Unable to start service com.parse.PushService@1658046d with Intent { act=com.google.android.c2dm.intent.REGISTRATION flg=0x10 pkg=com.grubcha.grubproject cmp=com.grubcha.grubproject/com.parse.PushService (has extras) }: java.lang.RuntimeException: applicationContext is null. You must call Parse.initialize(Context) before using the Parse library.

1 个答案:

答案 0 :(得分:0)

将密钥添加到Application.java

Parse.initialize(this, "APPLICATION ID", "CLIENT KEY");

见这里:Parse quickstart