SVG image not display android

227 Views Asked by At

I use library svg-android.jar from https://code.google.com/p/svg-android. Image not display.

I tried setLayerType(View.LAYER_TYPE_SOFTWARE, null) but doesn't work.

I dont know how fixed this.

1

There are 1 best solutions below

0
On BEST ANSWER

Add android:hardwareAccelerated="false" to the imageview What android version are you using?