Copy link to clipboard
Copied
This question has been asked at least once, but with no real conclusion.
The latest android ui guidelines define 4 resolutions for launcher - 36x36, 48x48, 72x72, 96x96.
http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
In the publish settings for Flash Professional CS6, only the first three resolutions are supported. Are there plans to add support for 96x96 in the near future?
As of yet, I haven't found a workaround. Adding <image96x96> to the application-app.xml file does not work. During publishing the tag is stripped from this file. A quick internet search indicates that adding it to the published .apk file (open as zip and add file) is not possible because the AndroidManifest.xml is encrypted and cannot be edited to reflect the added icon.
Thanks in advance for any information regarding this issue.
Copy link to clipboard
Copied
Ever get it to work? Doesn't look like Flash Pro CC has this ability either...
Copy link to clipboard
Copied
Based on this post:
http://forums.adobe.com/message/5367318#5367318
I was abled to test the suggested approach - build the APK manually from the command-line. I only tested with a 96x96 icon, but it appeared to work.
Sounds like this will be corrected in an update to Flash CC.
Copy link to clipboard
Copied
I do not want to go back to command line. I went that route when they launched native extensions but no support until CS6. Seems using Flash, you will always be behind the curve. These are small things but icons are the most important graphic in your app.
Copy link to clipboard
Copied
Please vote for this feature
Copy link to clipboard
Copied
Apparently this was closed/deferred. Seems like a trivial fix on such an important part of attracting users.
Copy link to clipboard
Copied
My app (designed only for tablets) was not accepted to be featured in the tablet section of google play. The reason...because I do not have the 96x96 icon and the 144x144 icon. I am using Flash Pro cs6.
I hope Adobe adds this feature soon to the next version of AIR. My apps are already uploaded to google play and Itunes but I am trying to figure out a work around for the icon issue before launch.
Justin
Copy link to clipboard
Copied
For Flash Pro this is known bug and I am accelerating that to Flash pro team to look into this. Also, the current AIR SDK available at http://www.adobe.com/devnet/air/air-sdk-download.html supports xhdpi(96x96) icon for Android and we are working on xxhdpi(144x144) support and it will be available soon. For the time being, I request you can to package your application through command line using adt (http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca 935b-8000.html).
Thanks for your patience.
Nimit
Copy link to clipboard
Copied
ADOBE, google is reorganing their play store. Without the 96 and 144 icon, my app (designed for tablets only) is going to be placed in the phone section. The change is going to take place on Nov 21, 2013. My app needs these icons. Please fix this soon so that it is easy to do from flash pro/cc.
Copy link to clipboard
Copied
But surely you want to be in the phone section?
Just kidding…
I would expect a fix within the next day or two. Let me know on Thursday if it’s still a problem.
Copy link to clipboard
Copied
Have some inside info?
Copy link to clipboard
Copied
Yes.
Copy link to clipboard
Copied
I have been checking for updates to flash cc or pro for the past few days.....hopefully it gets updated very soon as it seems to be much easier to add icons (via a previous post Colin made) then through the command line. At least with the latest build version of AIR, we can now try to add the 144 icon.
Copy link to clipboard
Copied
It's Thursday and still a problem, you wanted me to let you know 🙂
Copy link to clipboard
Copied
Yes, sorry about being a little wrong! I don’t know the reasons, but there is a slight delay. Try to stay optimistic.
Copy link to clipboard
Copied
I am optimistic
Hope the update comes soon though, I want to get an update out.
Copy link to clipboard
Copied
I too am looking forward to the update as my app is not getting any hits on Android right now because it is not in the tablet section (it was designed for tablets) due to the lack of icons....
On another note....Adobe has done a great job updating AIR VERSIONS.
Yesterday, I was debugging some code and adding new features to my app. I tried my app using AIR 3.3 and compared its performance to the latest version of AIR.......the performance improvement was incredible for my app....with 3.3 it ran slow in certain scenes that were graphic intensive...with the latest version very smooth. So please keep up the performance enhancements, ADOBE.
Justin
Copy link to clipboard
Copied
... any news concerning the icons? Is the AIR Update available yet? Any Links? 🙂
Copy link to clipboard
Copied
Sadly, now. I’m checking for news all the time.
Copy link to clipboard
Copied
My downloads are down as well. I assume that missing 96px icon on full HD screens may be the reason. Maybe not being found as much or down ranked. I really hope this gets fixed.
Copy link to clipboard
Copied
Mine too ... is there an other option to add the missing icons to android Apps?
For iOS7 I was able to add the new Icons (40x40, 76x76, 80x80, 120x120, 152x152) via Command line like this:
1.) Open the console.app on OSX (Same folder as Terminal.app)
2.) Publish the .ipa from Flash CC
3.) Copy the Line called "Adobe Flash CC" from the Console.app
4.) Enter a Backslash -> "\" in fron of each space in the paths of the copied text -> e.g. "/Applications/Adobe Flash CC/..." to "/Applications/Adobe\ Flash\ CC/..."
5.) Enter the new icon sizes/paths to the icons to this text/cmmand:
assetts/Basis/Cover/Cover_40.png assetts/Basis/Cover/Cover_76.png assetts/Basis/Cover/Cover_80.png assetts/Basis/Cover/Cover_120.png assetts/Basis/Cover/Cover_152.png
6.) Enter the new icon sizes to the XML File:
<image40x40>assetts/Basis/Cover/Cover_40.png</image40x40>
<image76x76>assetts/Basis/Cover/Cover_76.png</image76x76>
<image80x80>assetts/Basis/Cover/Cover_80.png</image80x80>
<image120x120>assetts/Basis/Cover/Cover_120.png</image120x120>
<image152x152>assetts/Basis/Cover/Cover_152.png</image152x152>
7.) Copy the whole command into Terminal.app and hit Enter -> the .ipa is published with the new iOS7 icons.
... so I wonder if there is something like that for the missing Android Icons too.
Copy link to clipboard
Copied
Ugh, starting to get a bit mad right now at the lack of update. xxhdpi (144) has been out for a year and xhdpi (96) has been out for much longer. For a software subscription service to be over a year behind supporting new app icons is crazy. My app downloads are really taking a hit and this is the time of year traditionally they are the most active.