Could not open editor. Android XML editor cannot process this input

I got this error whenever I was tired of viewing the previous version of the XML file through SVN Team => Show History . How can I solve this problem?

 Could not open the editor. Andriod XML Editor cannot process this input. 
+6
source share
2 answers

You can solve the problem by changing the Eclipse settings: menu "Window" → "Settings" → "General" → "Editors" → "File Associations"; select * .xml, select "XML Editor" and click the "Default" button.

+11
source

I solved this problem by following these steps: Open Window> Settings> General> Content Types Select "Text" In the "File Associations" section Select * .xml Click the delete button on the right side and then ok at the bottom

+1
source

Source: https://habr.com/ru/post/927336/


All Articles