Re: [android-beginners] Not sure why my app installs twice (I see two identical ICON's).

2009-12-26 Thread Justin Anderson
Do both icons launch the same part of your program?

AFAIK, launcher icons show up due to the LAUNCHER category (or something
similar... can't remember and can't look it up right now) in the activity's
intent-filter section of the manifest file

On Dec 25, 2009 11:15 AM, Agus agus.sant...@gmail.com wrote:

check your intent filters

On Fri, Dec 25, 2009 at 7:44 AM, cellurl gpscru...@gmail.com wrote:  
When I run my app in the...

-- 
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Not sure why my app installs twice (I see two identical ICON's).

2009-12-26 Thread james pruett
I mistakenly had created two intents in the manifest.xml like you said.
Removing one fixed it.
Yes, I had two identical icons with the exact same version showing in the
emulator. It is fixed now. Thanks!

jim


On Sat, Dec 26, 2009 at 8:07 AM, Justin Anderson janderson@gmail.comwrote:

 Do both icons launch the same part of your program?

 AFAIK, launcher icons show up due to the LAUNCHER category (or something
 similar... can't remember and can't look it up right now) in the activity's
 intent-filter section of the manifest file

 On Dec 25, 2009 11:15 AM, Agus agus.sant...@gmail.com wrote:

 check your intent filters

 On Fri, Dec 25, 2009 at 7:44 AM, cellurl gpscru...@gmail.com wrote:  
 When I run my app in the...

  --
 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
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en


-- 
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Not sure why my app installs twice (I see two identical ICON's).

2009-12-25 Thread cellurl
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Not sure why my app installs twice (I see two identical ICON's).

2009-12-25 Thread Agus
check your intent filters

On Fri, Dec 25, 2009 at 7:44 AM, cellurl gpscru...@gmail.com 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
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en


-- 
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en