This issue is mainly coming up when the RemoteViewsService is killed automatically by android. And when we change the orientation from portrait to landscape or vice versa, the RemoteViewsService is getting created, the RemoteVIewsFactory is getting instantiated. However the getViewsAt is not getting called.
And in the logs, I am seeing the error: Error in updateMetaData: null Could anyone please help me with this issue. On Jul 7, 5:55 pm, Padma <[email protected]> wrote: > Hi, > > I have created an appwidget with a listview on Honeycomb 3.1. I am > using the RemoteViewsService and RemoteViewsFactory. However sometimes > I see that the listview suddenly becomes empty. The logs dont have > anything specific to my application. However I see the following in > the logs: > > E/RemoteViewsAdapter( 873): Error inupdateMetaData: null > > Did anyone see a similar issue previously? If so, could you please > suggest a solution to this. > > Regards, > Padma. -- 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

