Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

[Feature Request][AIR SDK] Use `banner320x180` instead of `banner` for Android manifest

Open itlancer opened this issue 1 year ago • 1 comments

Feature Description

With AIR 51.1 we can use different banner resolutions for AndroidTV. But if you miss banner in manifest you will get package error: descriptor.xml: error 407: To support application on Android TV, <banner> tag with attribute 'Path to the image used for banner' must be added in application.xml

I think it excessively to include banner anymore if banner320x180 is set up.

Known Workarounds

Include banner with the same value as banner320x180.

itlancer avatar Sep 22 '24 18:09 itlancer

Good idea, yes this could avoid duplication/confusion.. thanks

ajwfrost avatar Sep 25 '24 05:09 ajwfrost

Implemented. Tested with latest AIR 51.1.2.2. Thanks!

itlancer avatar Nov 10 '24 13:11 itlancer