I have an Android project. The name is correctly set in the Android manifest (android:label), the package name is also set correctly (package="com.etc..."). Now, when I add this project to Eclipse the name picked up by the package explorer is actually the name of my launch activity. As you may imagine this is not what I want.
I can rename the project by selecting it in the package explorer, pressing F2 and changing the name. However, once I remove this project from Eclipse and re-add it then the name that is picked up is again that of my first activity.
Does anybody know how to tell Eclipse to pick the manifest's application name and not the launch activity name?
Thanks!
No comments:
Post a Comment