Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

New App Icon is not updated on Real Device.What steps should be followed?

New App Icon is successfully checked in Emulator but even after runnnig

  1. Gradle Synch and Running app on real device after emulator (Connected in Debugging mode), the App icon is not changed there
  2. Restarted the device, checked the icon name on manifest file which is android:icon="@mipmap/ic_launcher", I do not see icon there.

How should I look at this probable problem?

Thanks -Sandeep

1 Answer

Judah Devasahayam
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Judah Devasahayam
Full Stack JavaScript Techdegree Graduate 22,610 Points

1) Check if the spelling of all the icons (with their respective resolution) is correct, 2) check whether your icons are in the mipmap directory or the drawable directory, 3) your icon name should be in lowercase, 4) and there shouldn't be ' - ' (or any other characters except ' _ ') in between your icon name