Expo icon is displayed on home screen instead of app icon on Android

Hi,

I’m trying to build app (android) with expo but I get an apk with the expo icon instead of specified icon.

here’s my app.json
{
“expo”: {

“icon” : “./assets/logo.png”

“android”: {
“icon” : “./assets/logo.png”
“adaptiveIcon”: {
“foregroundImage”: “./assets/adaptive-icon.png”,
“backgroundColor”: “#FFFFFF
},
}

}
}

Hey @madhuryak, can you let me know if you are using eas build or expo build? Also, are you building an apk or aab?

Cheers,
Adam

I am using expo build.I tried both apk and aab but no luck.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.