0
我一直在試圖讓這個小代碼工作我得到更遠,因爲我跳過它,但需要回到它我的buttonPlay沒有被識別,我的書告訴我我需要導入指令。我怎麼這個符號不被識別按鈕顯示
//這是切入點,我們的遊戲
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// Here we set our UI layout as the view
setContentView(R.layout.activity_main);
// Get a reference to the button in our layout
final Button buttonPlay = (Button) findViewById(R.id.buttonPlay);
buttonPlay.setOnClickListener(this);
好的,生病試試,謝謝你的擡頭 –
是的,這對我已經工作了謝謝你的幫助抱歉,回覆晚了 –