我收到此错误: -
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链接进行缩小页面转移,我的应用程序正在运行但它没有缩小页面显示在上面提到的链接中。如果有人知道解决方案,请告诉。
提前谢谢。
答案 0 :(得分:0)
setTranslationX方法仅适用于android 3.0(api level 11)及以上版本。确定你正在使用具有适当Android版本的设备/模拟器吗?