When I try to send a GTalk message from the GTalk client in my computer to the emulator client, the following exception is thrown:
ERROR/Checkin(520): Error reporting crash: java.lang.NullPointerException ERROR/Notification(6349): This constructor doesn't work correctly anymore ERROR/Notification(6349): java.lang.RuntimeException ERROR/Notification(6349): at android.app.Notification.<init>(Notification.java:172) ERROR/Notification(6349): at com.google.android.gtalkservice.service.StatusBarNotifier.notify(StatusBarNotifier.java: 138) ERROR/Notification(6349): at com.google.android.gtalkservice.service.StatusBarNotifier.notifyNewMessage(StatusBarNotifier.java: 101) ERROR/Notification(6349): at com.google.android.gtalkservice.ChatMgr.notifyNewMessage(ChatMgr.java: 611) ERROR/Notification(6349): at com.google.android.gtalkservice.ChatSession.notifyNewMessage(ChatSession.java: 688) ERROR/Notification(6349): at com.google.android.gtalkservice.ChatSession.onReceiveMessage(ChatSession.java: 295) ERROR/Notification(6349): at com.google.android.gtalkservice.ChatMgr.processIncomingMessage(ChatMgr.java: 532) ERROR/Notification(6349): at com.google.android.gtalkservice.ChatMgr.doProcessPacket(ChatMgr.java: 318) ERROR/Notification(6349): at com.google.android.gtalkservice.ChatMgr.access$000(ChatMgr.java:54) ERROR/Notification(6349): at com.google.android.gtalkservice.ChatMgr $ProcessPacketCallback.run(ChatMgr.java:486) ERROR/Notification(6349): at android.os.Handler.handleCallback(Handler.java:455) ERROR/Notification(6349): at android.os.Handler.dispatchMessage(Handler.java:78) ERROR/Notification(6349): at android.os.Looper.loop(Looper.java: 91) ERROR/Notification(6349): at android.app.ActivityThread.main(ActivityThread.java:3052) ERROR/Notification(6349): at java.lang.reflect.Method.invokeNative(Native Method) ERROR/Notification(6349): at java.lang.reflect.Method.invoke(Method.java:356) ERROR/Notification(6349): at android.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:1547) ERROR/Notification(6349): at android.os.ZygoteInit.main(ZygoteInit.java:1445) ERROR/Notification(6349): at android.dalvik.NativeStart.main(Native Method) I have no chat message listeners registered. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---