安卓app进程结束一段时间启动闪退

android.content.res.Resources$NotFoundException: String resource ID #0x0
at android.content.res.Resources.getText(Resources.java:352)
at android.content.res.Resources.getString(Resources.java:398)
at io.rong.push.notification.RongNotificationInterface.createNotification(RongNotificationInterface.java:207)
at io.rong.push.notification.RongNotificationInterface.sendNotification(RongNotificationInterface.java:102)
at io.rong.push.core.MessageHandleService.onHandleIntent(MessageHandleService.java:63)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)

http://blog.csdn.net/jason0539/article/details/11699647

把你的和上下文有关的都换下试试,有的时候是这个出错

类型赋值错误,应该是把整型数据赋值给了string 在整型后面+“”处理