アプリケーションでいくつかの Viewproperty アニメーションを使用しました。Android 3.0 タブレットでコンパイルすると正常に動作しますが、3.0 エミュレータ アプリケーションで実行するとクラッシュし、logcat でエラーが表示されます。
コード:
ImageButton home = (ImageButton)findViewById(R.id.Home);
home.animate().setDuration(200);
smmslogo.animate().alpha(1);
エラー:
java.lang.NullPointerException
at android.view.ViewPropertyAnimator.animatePropertyBy
誰でも私を助けることができますか?