2013-08-19 40 views
0

我收到此錯誤: -VFY:無法解析虛方法4258:安卓/視圖/視圖; .setAlpha(F)V

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

這個問題不應該使用java-me標記 –

回答

0

setTranslationX方法僅適用於android 3.0(api level 11)及更高版本。確定你正在使用適當的Android版本的設備/模擬器?