我刚刚发现 foundandroid.animation.ObjectAnimator
仅在 Android API 11 中引入。
有没有其他方法可以在较旧的 Android 手机上为对象设置动画?
您可以使用 Jake Wharton 的 NineOldAndroids [1],它是适用于 2.x Android 设备的 Honeycomb 新动画框架的向后移植。它非常易于使用,因为它模仿了您在 11 台以上设备上使用的相同 API。
ObjectAnimator
确实是在Android 3.0(API Level 11)中引入的,在2.3.6上找不到。
http://developer.android.com/reference/android/animation/ObjectAnimator.html