alexjlockwood / avocado

🥑 Vector Drawable optimization tool 🥑
MIT License
1.35k stars 48 forks source link

Not working... #52

Open jensche opened 1 year ago

jensche commented 1 year ago

I've tried optimizing a Json File...

Its seams its not working...

Error in parsing XML: Non-whitespace before first tag. Line: 0 Column: 1 Char: {

herrbert74 commented 1 year ago

That's because vector images are xml, not json. This library is for optimising Android vector images. You probably try to use it for something else.