Ulf, my deepest gratitude for your interest, I proceed to explain your questions hoping to find a way to continue soon to learn android.
Ulf Dittmer wrote:What is the name of the XML file, and where is it stored?
the XML file is named activity_main.xml and it is stored togheter with fragment_main.xml under the project path last/res/layout
Ulf Dittmer wrote:You're missing EditText23, specifically?
Ulf Dittmer wrote:the html file
Did you mean XML rather than HTML?
Yes I did a mistake, i definetely mean XML.
Ulf Dittmer wrote: xmlns:android="http://schemas.android.com/ apk /res/android"
Are the spaces just a copy/paste mistake? As it is, it's incorrect.
I am afraid the spaces are just a copy/paste mistake as you suggest as in the file i have
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
do you have some clue to help me? I try from eclipse to go to the "graphical layout" view and add the ID on the table view on the right part of the graphic editor, pressing enter after i put inside id a value it appear a gui saying:
update all references as well? this will update all XML references and
Java R field references.
i press oK and just do not work.
i found another interesting track inside gen I had togheter with the R.java inside gen/com.example.last also
another R.java inside the path android.support.v7.appcompact, so I found that other projects in eclipse that compiled well they had a class R with few public static final class varibles declared while the one I have it on default has houndreads of varible declared and automatically generated. As consequence i erased the directory, made a clean and build again.
All in all i think that the problem is due to the fact that the project that work give me small R files while the ones that do not work build this huge R files
hope the situation is clearer..