在API <21的设备中,SVG未加载支持库

时间:2016-08-13 12:53:01

标签: android svg android-support-library

基于the post in Android Developers Blog我添加了svg支持:

android {  
   defaultConfig {  
       vectorDrawables.useSupportLibrary = true  
   }  
}  

也使用compile 'com.android.support:appcompat-v7:23.4.0'

我正在使用svg作为New - &gt; Vector Asset并创建一个矢量drawable 在xml而不是android:src中,我使用ImageViews中的app:srcCompat属性。

我以编程方式尝试setImageResource()

但是,矢量不会加载到API <21(在19上试过)但在Nexus 5x(23)上加载的设备中。

这里有解决方案吗?

0 个答案:

没有答案