Command android XML editor: Open resulted in an error (Running the contributed command 'android-xml-editor.open failed.
Opened this issue · 3 comments
I am using a Linux machine. when I run my android XML code on Visual studio it shows (Running the contributed command 'android-xml-editor.open failed )error. Thank you for your help in advance.
I am using a Linux machine. when I run my android XML code on Visual studio it shows (Running the contributed command 'android-xml-editor.open failed )error. Thank you for your help in advance.
Same error here, I'm using Windows.
I am using a Linux machine. when I run my android XML code on Visual studio it shows (Running the contributed command 'android-xml-editor.open failed )error. Thank you for your help in advance.
Also same error here, Ubuntu 21.04
VS Code 1.59
That's because the extension is searching for resources/drawable
folder, not res/drawable
. Fixed it in #4.