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