geftimov / android-pathview

Android view with both path from constructed path or from svg.
Apache License 2.0
2.91k stars 513 forks source link

Warning:com.caverock.androidsvg.SVGImageView: can't find referenced class com.caverock.androidsvg.R$styleable #30

Open john1jan opened 8 years ago

john1jan commented 8 years ago

Warning:com.caverock.androidsvg.SVGImageView: can't find referenced class com.caverock.androidsvg.R$styleable

When creating a release build. I mean progaurd is removing this class

lovetomorrow commented 8 years ago

Warning: com.caverock.androidsvg.SVGImageView: can't find referenced class com.caverock.androidsvg.R

varunpandey1995 commented 6 years ago

I had same Issue, In my case I am using two different libs, internally one lib using other lib, ie.(androidsvg-1.2.1.jar) which was causing problem, just removed the outer dependency. and it worked fine.