Knowcode-AI / android-xml-editor

Apache License 2.0
14 stars 4 forks source link

Command android XML editor: Open resulted in an error (Running the contributed command 'android-xml-editor.open failed. #3

Open Ashirvadsjoy opened 3 years ago

Ashirvadsjoy commented 3 years ago

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.

luisgbr1el commented 3 years ago

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.

jeranio commented 3 years ago

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

EduApps-CDG commented 2 years ago

That's because the extension is searching for resources/drawable folder, not res/drawable. Fixed it in #4.