API 26中缺少android.support.v4.animation

时间:2017-11-17 12:28:51

标签: android android-support-library android-gradle-3.0

我遇到了一个问题:android.support.v4.animation.*丢失,我找不到任何解决方案。

  

Android插件升级到3.0需要buildToolsVersioncompileSDKVersion到26+并且此包已丢失。

2 个答案:

答案 0 :(得分:6)

你似乎找不到26+中的android.support.v4.animation.*,因为如here所述,最低SDK版本已从26.0.0 Alpha 1增加到14:

  

注意:最低SDK版本已增加到14.因此,   许多API仅存在于API< 14兼容性   弃用。这些API的客户端应迁移到其框架   每个弃用的API的参考页面中提到的等价物。

添加了许多新的类,方法和常量,以便按照指定here在O预览中添加对平台API的向后兼容支持。

希望您为com.android.support:appcompat-v7使用26+支持lib版本。注意来自26和26+以下ItemTouchHelper的差异。其中一个包含android.support.v4.animation.*其他不包含android.animation包中的类:

enter image description here

答案 1 :(得分:-1)

supportLib 26.0.0 + AnimatorCompatHelper类被删除

因此找不到clearInterpolator(视图)

我们可以使用:

"#"