-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VectorDrawable: parser error #2
Comments
First of all thanks for the tip @Ceaggar , now you would say that API uses? |
I am using 'it.michelelacorte.elasticprogressbar:library:1.0.4'
thanks for the speed of your response. |
@Ceaggar Thanks to you, I'll try to solve as soon as possible! |
@Ceaggar I found a solution, I missed a simple configuration in xml file, tomorrow I think I put a minor update for you :D |
Thank you very much! |
I've updated the library , thanks again , and if you have any other problem do not hesitate to report it! |
When I use a pre-lollipop device application displays the following exception:
VectorDrawable: parser error
org.xmlpull.v1.XmlPullParserException: Binary XML file line #2<menu_vector> tag requires viewportWidth > 0
at it.michelelacorte.elasticprogressbar.VectorCompat.VectorDrawable.updateStateFromTypedArray(VectorDrawable.java:355)
...
Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class it.michelelacorte.elasticprogressbar.ElasticDownloadView
This does not happen when I use the library Guégan Thibault (Tibolte) with exactly the same scenario, however the level of customization that has added you, I think is excellent and really want to use this library in the project I'm currently developing.
Sorry for my English and thank you very much for your great work.
The text was updated successfully, but these errors were encountered: