+

Search Tips   |   Advanced Search

Specify the icon for an Android application

Put the icon in the application's /android/nativeResources/res folder. It is copied from there at build time.

You want to use a particular icon for the application in the Android environment.

  1. Place the icon to use in the project/apps/application/android/nativeResources/res folder.

  2. Build and deploy the application.


Results

The icon is copied to the project/apps/application/android/native/res folder.

Though we can place the icon directly into the project/apps/application/android/native/res folder, you risk losing the icon if that folder is deleted for any reason.


Parent topic: Develop hybrid applications for Android