するとアプリが起動し、私はすぐにそれは私に、このエラーを与える画面を回転させてみてください。NullPointerExceptionがonDestory
public void onDestroy() {
super.onDestroy();
appbars.animate().translationY(0).alpha(1).setDuration(100).setInterpolator(new DecelerateInterpolator());
}
エラー:
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewPropertyAnimator
android.support.design.widget.AppBarLayout.animate()' on a null object
reference
AppBarLayoutが初期化されないことがあります(findViewById) –