任何一個可以請簡單或清楚地知道如何編碼器已經使用(這)在這裏的最後一行:需要幫助使用此
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
// Set up click listeners for all the buttons
View continueButton = findViewById(R.id.continue_button);
continueButton.setOnClickListener(this);<-----------------------------------
}
這看起來像一個Android應用程序。您應該更具體地添加android標記 – Enrique