Perhaps your Manifest has two activities with "<category android:name="android.intent.category.LAUNCHER" />".
In such case, leave one activity to be the ".LAUNCHER" and change the second activity to <category android:name="android.intent.category.DEFAULT" /> Cheers, Alex On Dec 25, 5:44 pm, cellurl <[email protected]> wrote: > When I run my app in the emulator, I see the ICON in the list of > programs twice instead of just once like it should be. > FYI, This app originated as a copy of an old app, and also, I recently > switched from 1.5 to 2.1, so perhaps thats involved. > > e.g. In the emulator, I see my apps ICON twice. > > I must have two entries in the manifests or two identical-ish classes > or something dumb like that?? > > Any help appreciated. > I can post the code if needed. > > Merry Christmas, > jim, wikispeedia.org -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

