svg-android

SVG image not display android


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.


Solution

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