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文件。