Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Illegal processing instruction target ("xml"); when tried to build the app

Tags:

android

After to add some xml files to "res folder" and tried to run the project the above problem Appear. some idea what does happen?

like image 425
Oscar Ivan Avatar asked Jan 26 '26 03:01

Oscar Ivan


1 Answers

ok, i had add two times the <?xml version="1.0" encoding="utf-8"?> instruction in the same xml file, that was the problem.

like image 137
Oscar Ivan Avatar answered Jan 27 '26 16:01

Oscar Ivan