如何导入v4动画类?

时间:2017-09-15 11:25:21

标签: android android-animation android-support-library

更新支持库后,我收到此错误: enter image description here

Cannot resolve symbol ValueAnimatorCompat

这是我的gradle依赖项:

compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.google.android:flexbox:0.1.2'
compile 'com.android.support.constraint:constraint-layout:1.0.2'

如何导入动画类?

P.S。我将谷歌maven存储库添加到gradle文件。

0 个答案:

没有答案