Android app name not changed in status bar when launching in eclipse -
the situation:
i decided change app's name, changed package name, strings.xml, , manifest file.
also searched , replaced in project's files.
but when launch app on eclipse "launching oldappname" pm bottom right corner.
the first offers: people here offered me things tried
my failed attempts: tried copying files (in res, src) new project, didn't help
my succesful attemps: copied entire directory, , opened in computer, , showed right name
my remaining question: value be? , why still show there?
i solved this:
eclipse -> project -> properties -> run/debug settings,
in window, select "launch configuration" project, if has wrong name, delete it.
next time launch project, eclipse ask whether launch android application or else. choose "android application".
--> new launch configuration correct name created.
Comments
Post a Comment