Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application has default AIR icon on some android devices in AIR 26+ #36

Open
Klug76 opened this issue Jan 9, 2018 · 4 comments
Open

Comments

@Klug76
Copy link

Klug76 commented Jan 9, 2018

Application has default AIR icon on some android devices in AIR 26-28.

Any android apk has several icons for different screen resolutions:
\res\drawable-xhdpi-v4\icon.png
\res\drawable-xxxhdpi-v4\icon.png
\res\mipmap-hdpi-v4\icon.png
\res\mipmap-ldpi-v4\icon.png
\res\mipmap-mdpi-v4\icon.png
\res\mipmap-xhdpi-v4\icon.png
\res\mipmap-xxhdpi-v4\icon.png
\res\mipmap-xxxhdpi-v4\icon.png

The first two icons are default AIR icons. The other six icons are taken from the application.xml and they look like they should.

https://tracker.adobe.com/#/view/AIR-4198554

@mrchnk
Copy link

mrchnk commented Jan 15, 2020

Same issue for packaged .aab bundle using AIR SDK 33.0.2.338

Images at paths are default AIR icon:

  • base\res\drawable-xhdpi-v4\icon.png
  • base\res\drawable-xxxhdpi-v4\icon.png
  • base\res\mipmap-xhdpi-v4\icon.png (incorrect size used also)
  • base\res\mipmap-xxhdpi-v4\icon.png (incorrect size used also)

@mrchnk
Copy link

mrchnk commented Jan 15, 2020

Packaging .apk using latest AIR SDK works well though

@ajwfrost
Copy link
Collaborator

The AAB issue is known and is the main problem that we’re facing with bundles - trying to remove clashes between resources coming from different places. Still investigating this one I’m afraid, and with the use of resources within ANEs it gets more complex...

The original issue here was an APK one, wondering if that’s still a problem for anyone?

@hadisn
Copy link

hadisn commented Mar 3, 2020

I have same problem, is anyone solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants