私は正常に動作していますが、Eclipseのエミュレーターデバイスでのみ使用svg-android.jar
しています。https://github.com/pents90/svg-android
アグァー。実際のデバイスでimageView
は、画面上で空になります。ここに私のコードがあります:
SVG svg = SVGParser.getSVGFromResource(getResources(), R.raw.test);
Drawable drawable = svg.createPictureDrawable();
imgView.setImageDrawable(drawable);
なにか提案を?