android sdk main.out.xml parsing error?

后端 未结 17 2072
别跟我提以往
别跟我提以往 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:24

    I faced this problem but above answers do not help me. After look around, I fixed this by my self and I think I should write down the solution.

    The android compiler create *.out.xml if you run the project as XSL. to fix this, you should do these steps:

    • click on the arrow at right side of Run button, select Run Configurations. At the left side of popup windows, delete all sub-items under XSL.
    • go to Launch configuration under preferences=>Run/debug =>Launching. Check to "Filter checked launch..." and then, uncheck XSL when keeping check on Android Application.

    Hope this helps.

提交回复
热议问题