Adil Bhatty
Adil Bhatty

Reputation: 17340

XML error in android application

I added a new layout in the project and after adding it, I am getting error, even I deleted the layout file still error keep on coming, below is the screen shot for more explanation: alt text http://www.freeimagehosting.net/uploads/13ea6caf83.jpg

Thanks

Upvotes: 0

Views: 103

Answers (2)

user360530
user360530

Reputation: 1

In xml error Click the project menu it shows its navigation in that click clean it open alert dialog box click ok then rightclick the project then select build project it will be run. i hope so

Otherwise dont give newline in between line 1 and line 2

Try this ....................

Upvotes: 0

Francesco Laurita
Francesco Laurita

Reputation: 23552

It happened to me too and I spent an half of working day to rid it away Hope it works for you too:

  • Right click on the error line in the "Problems tab"
  • Click on delete
  • Refresh yuor project
  • Hopes your error goes away

Upvotes: 1

Related Questions