“_Problem Loading Widget” message

前端 未结 18 1802
旧巷少年郎
旧巷少年郎 2021-02-02 06:08

When loading a widget if it cannot find a resource or something it says Problem Loading Widget. That\'s all! Amazing! This message remains on the home screen and does not even s

18条回答
  •  终归单人心
    2021-02-02 06:19

    Check elements you used in the view in a Widget..

    Documentation link

    A RemoteViews object (and, consequently, an App Widget) can support the following layout classes:

    • FrameLayout
    • LinearLayout
    • RelativeLayout
    • GridLayout

    And the following widget classes:

    • AnalogClock
    • Button
    • Chronometer
    • ImageButton
    • ImageView
    • ProgressBar
    • TextView
    • ViewFlipper
    • ListView
    • GridView
    • StackView
    • AdapterViewFlipper

    Using forbidden elements causes this very

    Problem Loading Widget

    message, without saying where did it happen.

提交回复
热议问题