Internal error parsing svg file in android studio

后端 未结 11 1618
借酒劲吻你
借酒劲吻你 2020-12-28 12:23

Start from this month, I was not able to import any svg file though Vector Asset in my laptop, I always get the msg \'Internal error parsing abc.svg\'

I tried to imp

11条回答
  •  既然无缘
    2020-12-28 12:49

    In my case, I had a decimal value indicating the height, rounded it to an integer solved the issue

    
    

    Changing the 135.4 to a 136 did the job

    Update

    After that, In the IDE Fatal errors section I constated the following exception:

    The vector assert parser fails when you have a decimal dimension, I reported the issue. I hope it will be fixed soon.

提交回复
热议问题