There is a new bug that many people are running into with the new ADT where 
the main activities label is used for the app name in the app drawer (so 
your app name will be the name of your main activity). What you ahve to do 
to fix this is go to the first activiy in your android manifest and change 
the android:label="@string/title_main_activity" to 
android:label="@string/app_name" Your program will still share the name 
with your main activity, but since its named the same as the application 
name, it will appear correctly. Im trying to addres this issue with google, 
jsut cant seem to find where to submit a bug to them
 
 

On Wednesday, July 25, 2012 10:20:56 AM UTC-6, Tre Stange wrote:

> Hi there.
>
> I've created an App and I can not get the app name to appear below the 
> icon on the app list. It show's the Activity name and no matter what I do, 
> I can't get the actual app name to display. Anyone ever run into such an 
> issue, have any thoughts on conquering this oddity??
>
> Thank you!
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to