Quantcast
Channel: Adobe Community : All Content - Adobe Animate CC - General
Viewing all articles
Browse latest Browse all 13519

Flash CS6 exports "Air for Android" apps only with icons in small sizes: (36x36, 48x48, 72x72) ... how to fix that?

$
0
0

Hi there,

 

im using Adobe Flash CS6 (AirSDK 15) to make android apps. I always noticed that the publishing process in flash only allows for 3 sizes of app-icons: 36x36, 48x48 and 72x72. In the descriptor xml this looks like this:

 

<icon>
  <image36x36>assets/icon36.png</image36x36>
  <image48x48>assets/icon48.png</image48x48>
  <image72x72>assets/icon72.png</image72x72>
</icon>

 

In previous AirSDK versions (3.4 and 3.5) this was less of a problem, since the app icons where at least somehow always scaled up to fit the app-icon size of the android device. With newer AirSDKs however they just remain as they are, which is incredibly small on newer devices and that just looks rediculous! Since flash itself wont give me an option to add larger icons, I tried to write them into the descriptor myself, like:

 

<icon>
  <image36x36>assets/icon36.png</image36x36>
  <image48x48>assets/icon48.png</image48x48>
  <image72x72>assets/icon72.png</image72x72>

  <image96x96>assets/icon96.png</image96x96>

  <image144x144>assets/icon144.png</image144x144>
</icon>

 

But when I do this, flash either rewrites that, or, when I write-protect the descriptor, gives out the error:

"application descriptor file cannot be parsed"

 

I need to get that fixed! :-S ...  I guess by either re-enabling this scale-to-fit thingie in the SDK itself somehow (since it did, and still does work with e.g. AirSDK 3.4) or by being able to add more icons. Is there anybody who has either dealt with, and/or knows how to work around that issue? Cause right now I'm stuck, since I've always compiled my AirForAndroidApps this way, and I need the newest version of the SDK for my milkmanANEs to work.

 

Any help would be much appreciated!

thanks in advance, ANB_Seth


Viewing all articles
Browse latest Browse all 13519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>