Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I got this error whenever I tired to view previous version of XML file via SVN Team => Show History. How can I able to solve this problem?

Could not open the editor. Andriod XML Editor cannot process this input.
like image 808
kitokid Avatar asked Oct 10 '12 09:10

kitokid


1 Answers

You can solve the problem by changing your Eclipse preferences: Window menu -> Preferences -> General -> Editors -> File Associations; select *.xml, choose XML Editor and click "Default" button.

like image 102
gnpaolo Avatar answered Sep 29 '22 14:09

gnpaolo