Skip to main content
Inspiring
March 28, 2012
Question

playbook app icon

  • March 28, 2012
  • 1 reply
  • 426 views

I packaged an app using flash professional and the blackberry SDK and included the following app icons in the publish command line icon36.png icon48.png icon 72.png but when the app appears on the simulator there is no icon, its just a question mark. What have I done wrong?

This topic has been closed for replies.

1 reply

Innovatology
Participating Frequently
March 28, 2012

PlayBook has 86x86 pixel icons. Include them in your bar-descriptor.xml (blackberry-tablet.xml) like this:

   <icon>

      <image>icon86x86.png</image>

   </icon>