EAS : Wrong icon on Android

Hello,

Since I switch from expo-cli to eas-cli, I figure out that my Android app wasn’t build with the Icon a specify in my app.json.

{
  "expo": {
    "name": "xx",
    "slug": "xx",
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/xx/android/icon.png",
    "android": {
      "useNextNotificationsApi": true
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true
    },
    "web": {
      "favicon": "./assets/favicon.png"
    }
  }
}

But It use the icon from the root folder.

Does anyone can help me ? thank you.

  EAS CLI 0.36.1 environment info:
    System:
      OS: Linux 5.11 Ubuntu 20.04.3 LTS (Focal Fossa)
      Shell: 5.0.17 - /bin/bash
    Binaries:
      Node: 14.18.1 - /usr/local/bin/node
      Yarn: 1.22.17 - /usr/local/bin/yarn
      npm: 8.1.3 - /usr/local/bin/npm
    Utilities:
      Git: 2.25.1 - /usr/bin/git
    npmGlobalPackages:
      eas-cli: 0.36.1
      expo-cli: 4.13.0

Hi @sk92

I think you’ll need to create an adaptive icon.