Quantcast
Channel: Adobe Community : All Content - AIR Bugs and Performance Issues
Viewing all articles
Browse latest Browse all 1419

[Android] Some icons missing from APK with AIR 26

$
0
0

Adobe Tracker link: Tracker

 

Problem Description:

Some icons missing from APK with AIR 26 packaging. Default AIR icon display at start screen and applications list with Android after application installation.

It has been tested with 26.0.0.118 with multiple Android devices. It works fine with AIR 25 and earlier.

 

Steps to Reproduce:

Package Android application with all supported icons in XML descriptor (you should provide this images to ADT):

  <icon>

  <image36x36>36.png</image36x36>

  <image48x48>48.png</image48x48>

  <image72x72>72.png</image72x72>

  <image96x96>96.png</image96x96>

  <image144x144>144.png</image144x144>

  <image192x192>192.png</image192x192>

  <image512x512>512.png</image512x512>

  </icon>

 

Actual Result: Target icons missing from APK. Only default AIR icons available. After application installation only default icons displays.

 

Expected Result: Target icons inside APK package. Target icons displaying like with AIR 25.

 

Any Workarounds: not found


Viewing all articles
Browse latest Browse all 1419

Trending Articles