VFY:无法解析虚方法4258:Android / view / View; .setAlpha(F)V

时间:2013-08-19 06:28:49

标签: android view android-viewpager

我收到此错误: -

VFY: unable to resolve virtual method 4258: Landroid/view/View;.setAlpha (F)V, VFY: unable to resolve virtual method 4276: Landroid/view/View;.setTranslationX (F)V

我的logcat中的这条消息: -

Could not find method android.view.View.setTranslationX, referenced from method com.learning.animation.ZoomOutPageTransfer.transformPage.

我正在尝试使用ZoomOut添加viewpager页面转移动画,为此,我按照this链接进行缩小页面转移,我的应用程序正在运行但它没有缩小页面显示在上面提到的链接中。如果有人知道解决方案,请告诉。

提前谢谢。

1 个答案:

答案 0 :(得分:0)

setTranslationX方法仅适用于android 3.0(api level 11)及以上版本。确定你正在使用具有适当Android版本的设备/模拟器吗?