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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -