Expo build:android failed

The files used as icon must be also included in assetBundlePatterns. You can try adding

    "assetBundlePatterns": [
      "**/*"
    ],

to your app.json.

(it’s default in new versions of SDK when you init a project with expo-cli)