“_Problem Loading Widget” message

前端 未结 18 1986
旧巷少年郎
旧巷少年郎 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:16

    The problem on my side was that I used androidx.appcompat.widget.AppCompatTextView instead of TextView. So no AppCompat widgets in Widget layout. It seems that the Android Widget is so limited.

提交回复
热议问题