Re: [android-developers] Problem loading gadget

2011-04-07 Thread String
If users get that message just when updating your app, one possible cause is that you've made a change in your widget's XML. Changing something like the name of the XML file means that the OS doesn't recognize it as the same widget - so it can't find the widget to load - so it displays that mess

Re: [android-developers] Problem loading gadget

2011-04-07 Thread Mark Murphy
You will get that message if there is any problem with your app widget, such as you crashed during onUpdate(). On Thu, Apr 7, 2011 at 12:16 PM, b_t wrote: > Hi, > > Some of my users always complaining about that my appwidgets gone when > they update my application. The "problem loading gadget" te

[android-developers] Problem loading gadget

2011-04-07 Thread b_t
Hi, Some of my users always complaining about that my appwidgets gone when they update my application. The "problem loading gadget" text are displayed instead of my widgets. If I know well, than this message is displayed when the OS can't found the application for the widget. What can cause this