Simple modification leads to an error

When I tried to perform a simple modification of the hello android program that generates the eclipse adt plugin, I get an error message and cannot make the program run again even if I return the file to its original contents. The modification was that I changed the string in strings.xml. the line was:

<string name="app_name">Todo List</string>

and the application was launched, and then I changed it to

<string name="app_name">Todo List1</string>

and that was a mistake:

[2010-04-21 23:18:03 - Todo_list] Error in an XML file: aborting build.

And a new empty file appeared: strings.out.xml And then I can not return prrogram back to runnable state, even if I delete the empyt file and restore the original line, I am a confused newbie java, android and eclipse.

+3
source share
3 answers

, xml eclipse. , .java . , .out, , .

+5

, , strings.out.xml . Eclipse . strings.out.xml, java .

+3

, , eclipse . , , .

+1

Source: https://habr.com/ru/post/1742176/


All Articles