Hello, I'm developing a widget which has a button that sends an intent to an Activity. When I install it, it works fine several times, but suddenly it stops working launching this stacktrace exception:
03-31 09:12:30.430: ERROR/RemoteViews(261): Cannot send pending intent: 03-31 09:12:30.430: ERROR/RemoteViews(261): android.content.IntentSender$SendIntentException 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.app.ContextImpl.startIntentSender(ContextImpl.java:640) 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.widget.RemoteViews$SetOnClickPendingIntent $1.onClick(RemoteViews.java:157) 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.view.View.performClick(View.java:2449) 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.view.View $PerformClick.run(View.java:9027) 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.os.Handler.handleCallback(Handler.java:587) 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.os.Handler.dispatchMessage(Handler.java:92) 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.os.Looper.loop(Looper.java:123) 03-31 09:12:30.430: ERROR/RemoteViews(261): at android.app.ActivityThread.main(ActivityThread.java:4627) 03-31 09:12:30.430: ERROR/RemoteViews(261): at java.lang.reflect.Method.invokeNative(Native Method) 03-31 09:12:30.430: ERROR/RemoteViews(261): at java.lang.reflect.Method.invoke(Method.java:521) 03-31 09:12:30.430: ERROR/RemoteViews(261): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:868) 03-31 09:12:30.430: ERROR/RemoteViews(261): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 03-31 09:12:30.430: ERROR/RemoteViews(261): at dalvik.system.NativeStart.main(Native Method) Neither of my classes are in the stacktrace, so I can't figure out what is causing my app stop working. Any ideas? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

