I recently updated my app to a newer version in Android Studio. However, my App Icon was replaced by the android icon (green head with antenna) after the update. I haven't made any changes to the screenshots in my developer account for my icons. Why has my original icon disappeared?
Asked
Active
Viewed 6,767 times
4
-
double check `android:icon` in your `AndroidManifest.xml`? – Bill Jul 21 '16 at 18:38
-
Android Manifest shows android:icon="@mipmap/ic_launcher" – Alan Jul 23 '16 at 13:19
1 Answers
3
Remove the app from the homescreen then re-add it. Sometimes, if the app is removed and/or tied to a launcher without the app installed it will show that. See if the app is still in the app drawer and re-add it to the homescreen.

Mr.7
- 2,292
- 1
- 20
- 33
-
Fixed. Thanks. But any ideas why the image icon changes to generic android app, yet the link to the app remains active? Doest seem to make sense. 6.0.1 – Jon Grah May 13 '17 at 10:22