2

I am building a home screen widget and I want to add an advertisement to it. Currently the advertises SDK provides a custom view widget which I tried to embed in my home screen widget. But when I add it, it says problem loading widget. I'm guessing I can't add custom views to a widget? Could someone clarify or tell me how I could add an advertisement to my home screen widget.

Thank you

Hades
  • 3,916
  • 3
  • 34
  • 74

1 Answers1

1

Home screen widgets support very limited number of standard widgets. You can't use custom widgets for them. See App Widgets.

GrAnd
  • 10,141
  • 3
  • 31
  • 43