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

Ryan Chang
Ryan Chang
3,249 Points

Android App Runs in Emulator, but Icon does not show up

Hey there,

I loosely followed the Build a Simple Android App tutorial, and made my own app (completely different from the app mentioned in the video btw).

When I press the "Run App" button in Android Studio, it runs the app successfully and there are no compilation errors. However, it does not show up as an icon in the emulator home screen. It does show in Settings > Apps.

Same thing happens on a real device after I generated a signed APK and downloaded it onto my Android phone. I can install it, but after I install the "Open" button is greyed out. The icon is nowhere to be found on my homescreen or app screen, though I can find it in settings > apps.

Any help please?