So, I have managed to find a repeatable bug that alot of people are having 
problems with with the new ADT concerning the new android app wizard. 
 
When you create an app, you give it a name. I select dont create clipart 
image, select the basic activity as opposed to the fragmented one, and 
click next all the way throiugh. When I run my app, the app name is 
MainActivity instead of the name I picked for the application. The only way 
I have found to fix this is by changing the first activities android:label 
from title_main_activity to android:label="@string/app_name". Why did the 
new ADT integrate a feature where the app_name and the main activity name 
are different, but made it bug up the actual way your app looks in the app 
drawer? In the application list (where you unintall apps) it displays the 
correct name, but in the app drawer itself, it shows the first activity 
name.

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

Reply via email to