ポップアップウィンドウを表示するには、ルートビューを関数に渡す必要があります
instructions_popup_window.showAtLocation( "parent view", Gravity.CENTER, 0, 0);
問題は何を置くか"parent view"
です。
onCreate
私は持っています
setContentView(R.layout.splash);
それで、私のルートビューは次のとおり"R.layout.splash"
です"findViewById(R.layout.splash)"
。