我试图用com.android.support:support-vector-drawable:23.2.1,com.android.support:animated-vector-drawable:23.2.1为API 16 条,我用摇篮插件1.5。在API 23中工作正常,但对于API 16我有一些错误:
04-10 12:32:24.097: E/dalvikvm(1039): Could not find class 'android.graphics.drawable.AnimatedVectorDrawable', referenced from method android.support.graphics.drawable.AnimatedVectorDrawableCompat.isRunning
04-10 12:32:24.097: E/dalvikvm(1039): Could not find class 'android.graphics.drawable.AnimatedVectorDrawable', referenced from method android.support.graphics.drawable.AnimatedVectorDrawableCompat.start
04-10 12:32:24.097: E/dalvikvm(1039): Could not find class 'android.graphics.drawable.AnimatedVectorDrawable', referenced from method android.support.graphics.drawable.AnimatedVectorDrawableCompat.stop
04-10 12:32:24.101: E/AvdcInflateDelegate(1039): Exception while inflating <animated-vector>
04-10 12:32:24.101: E/AvdcInflateDelegate(1039): java.lang.NumberFormatException: Invalid int: "M300,70 l 0,-70 70,70 0,0 -70,70z"
04-10 12:32:24.101: E/AvdcInflateDelegate(1039): at java.lang.Integer.invalidInt(Integer.java:138)
04-10 12:32:24.101: E/AvdcInflateDelegate(1039): at java.lang.Integer.parse(Integer.java:375)
04-10 12:32:24.101: E/AvdcInflateDelegate(1039): at java.lang.Integer.parseInt(Integer.java:366)
04-10 12:32:24.101: E/AvdcInflateDelegate(1039): at …Run Code Online (Sandbox Code Playgroud)