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 message.

For this reason, I've got widgets with some really obsolete names to their 
XML, but I'm not willing to change them. If you already have, then the best 
you can probably do is to advice your users that they need to just delete 
and re-add the widget.

String

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

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" 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 update problem? I always upload my app signed with
> the same
> key.
>
> T.
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

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


[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 update problem? I always upload my app signed with
the same
key.

T.

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