android sdk main.out.xml parsing error?

后端 未结 17 2032
别跟我提以往
别跟我提以往 2020-12-02 09:31

I just started a new Android project, \"WeekendStudy\" to continue learning Android development and I got stumped compiling the default \'hello weekendstudy\' compile / run.

17条回答
  •  既然无缘
    2020-12-02 10:32

    Yeah, same problem with me.

    To prevent out.xml from being created.

    1. edit an XML file, a perfectly natural thing to do....

    2. save and close the XML file

    3. Open any .java file in src/

    4. Double click in the file to ensure it has focus and the cursor is in there.

    5. Run... should be OK now

    If it happens, do this...

    1. edit an XML file, a perfectly natural thing to do....

    2. Run... crash due to dreaded out.xml file

    3. Delete the /res/___.out.xml file

    4. Close all files in the IDE view

    5. Project...Clean...

    6. Open any .java file in src/

    7. Double click in the file so it has focus and the cursor is in there.

    8. Run... should be OK now

提交回复
热议问题