Re: [android-developers] My app not showing in the launcher

2012-03-08 Thread Mark Murphy
To have an icon appear in the launcher, you need to have an element in the AndroidManifest.xml file with the following : Most Android sample projects will have such an activity, such as: https://github.com/commonsguy/cw-android/tree/master/Skeleton/Now On Mon, Mar 5, 2012 a

[android-developers] My app not showing in the launcher

2012-03-08 Thread Joey Selah
Hi, I am just learning android development and I'm encountering an issue where my application is showing up under "settings->applications- >manager applications" but it's not showing up under the launcher (where I'd like it to appear). My suspicion is that my manifest file is set up wrong in some