Hi, I encounter the "Problem loading widget" if the APPs are pre-installed in the system and I updated it from Market, the widget I put on HOME screen will show "Problem loading widget". After rebooting or changing language, it will resume. If I update the APPs by "adb install -r", it will be normal. Or if the APPs are not pre-installed, it will be normal too. The log shows that RemoteViews can't find views while updating app widget, do anyone give me a clue about it:
06-20 08:08:05.802: ERROR/TEST(203): updateAppWidget couldn't find any view, using error view 06-20 08:08:05.802: ERROR/TEST(203): android.widget.RemoteViews $ActionException: can't find view: 0x7f0a006d 06-20 08:08:05.802: ERROR/TEST(203): at android.widget.RemoteViews $ReflectionAction.apply(RemoteViews.java:427) 06-20 08:08:05.802: ERROR/TEST(203): at android.widget.RemoteViews.performApply(RemoteViews.java:931) 06-20 08:08:05.802: ERROR/TEST(203): at android.widget.RemoteViews.reapply(RemoteViews.java:922) 06-20 08:08:05.802: ERROR/TEST(203): at android.appwidget.AppWidgetHostView.updateAppWidget(AppWidgetHostView.java: 198) 06-20 08:08:05.802: ERROR/TEST(203): at android.appwidget.AppWidgetHost.updateAppWidgetView(AppWidgetHost.java: 243) 06-20 08:08:05.802: ERROR/TEST(203): at android.appwidget.AppWidgetHost $UpdateHandler.handleMessage(AppWidgetHost.java:72) 06-20 08:08:05.802: ERROR/TEST(203): at android.os.Handler.dispatchMessage(Handler.java:99) 06-20 08:08:05.802: ERROR/TEST(203): at android.os.Looper.loop(Looper.java:123) 06-20 08:08:05.802: ERROR/TEST(203): at android.app.ActivityThread.main(ActivityThread.java:4363) 06-20 08:08:05.802: ERROR/TEST(203): at java.lang.reflect.Method.invokeNative(Native Method) 06-20 08:08:05.802: ERROR/TEST(203): at java.lang.reflect.Method.invoke(Method.java:521) 06-20 08:08:05.802: ERROR/TEST(203): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:868) 06-20 08:08:05.802: ERROR/TEST(203): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 06-20 08:08:05.802: ERROR/TEST(203): at dalvik.system.NativeStart.main(Native Method) -- 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

