AIR for mobile does not support the full range of icons. How can we include them?
The range of icon sizes suppoted by the <icons> attribute of the Main-app.xml seems quite limited.
For example, we are getting ready to launch our app in the Amazon app store, which has a wide range of different icon sizes for their devices:
https://developer.amazon.com/sdk/fire/cx-guidelines.html#IconSizes
But the majority of them fail when you try to include them in a build:
42x42, 62x62, 75x75, 78x78, 80x80, 90x90, 118x118, 121x121, 125x125, 134x134, 155x155, 159x159, 188x188, 210x210, 252x252, 284x284, 322x322, 365x365, 425x425, 675x675
Is there a way to add them to the .apk package that will be accesible to the application?
