airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
200 stars 11 forks source link

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

Open Klug76 opened 6 years ago

Klug76 commented 6 years ago

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 commented 4 years ago

Same issue for packaged .aab bundle using AIR SDK 33.0.2.338

Images at paths are default AIR icon:

mrchnk commented 4 years ago

Packaging .apk using latest AIR SDK works well though

ajwfrost commented 4 years ago

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 commented 4 years ago

I have same problem, is anyone solved it?