Skip to main content
Participant
March 1, 2020
Question

Application has default AIR icon in Android APP BUNDLE

  • March 1, 2020
  • 1 reply
  • 827 views

When i make app bundle with AIR33 adt tool following icons are default air icons instead of my icons defined in app.xml:

\base\res\mipmap-xxhdpi-v4\icon.png

\base\res\mipmap-xhdpi-v4\icon.png

 

Other icons are ok.

This topic has been closed for replies.

1 reply

Inspiring
May 19, 2020

Sorry to jump in and not help. Can you say briefly how you make an app bundle with AIR?

Participant
May 19, 2020

I made .bat file, variables are defined before commmand:
java -jar "%air_sdk%\lib\adt.jar" -package -target aab -storetype PKCS12 -keystore %cert% -storepass %cert_pass% APP-BUNDLE.aab %app_xml% %app_swf% %icons_dir% -extdir "%extension_dir%"

 

Inspiring
May 19, 2020

Thanks for the rpley:

 

1) Is that something that can run in Terminal on a Mac ( ie command line).

 

2) Do you need to make the various .apk files you want in the buindle into a .jar file first?