SVG image not display android

243 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 answers

0
user1396018 On BEST ANSWER

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