Saturday, July 9, 2011

Re: [android-developers] Update widget(s) after application changes

Thanks for the reply.... I'm also seeing on occasion that the widget is not reflecting the update, and stopped functioning. 
I even had at one point that the images on the widget were totally messed up (ex: drawables that are only shown on the main app activity all of a sudden appeared on the widget).

Regarding the debugger, it was properly attached (green bug), but the (updated) broadcast receiver was somehow not properly loaded. (I made some changes in the broadcast receiver, and most likely due to a shift  in line numbers, the linenumber where the breakpoint was located wasn't properly loaded, causing the debugger to never suspend on it). Other breakpoints (ex: on the main activity) kept on working fine.

After  I updated the widget (removing it and adding it again), the breakpoint got picked up, and the debugger would suspend on it.

Never had real issues with updating apps (through market, or during local development in emulator) before I started working on the widgets.

--
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
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment