android - Eclipse - Wrong string appears -
i wanted change text in hello world app hello android. so, i've changes line:
android:text="@string/hello_world" />
to
android:text="@string/hello_android" />
i have created string in strings.xml file: name: hello_android value: hello android!
when looking @ graphical layout, seems in order: text says hello android. when running in emulator, still says hello world.
what did miss?
thanks in advance!
this happens me lot. emulator doesn't start new version of application, resumes running instance. try uninstalling app emulator , compile code again :)
Comments
Post a Comment