Has anyone experienced their app widget not being listed in the ICS app drawer?
Originally I started this app for FroYo and below, which supports the app widget just
I found the issue. My appwidget-provider element has a typo in one of the attributes, it should say "minHeight", not "maxHeight".
What lead me to finding this was finding an error output in logcat from the launcher. It mentioned my widget had invalid dimensions (therefore it didn't add it to the list of widgets). So then I started checking all the dimension attributes related to my widget.