I am having a problem right now with setOnClickListener.
setOnClickListener
When i put this following line:
button.setOnClickListener(this);
another possible reason ( happened to me ) is your activity must implement OnClickListener
OnClickListener
public class MainActivity extends Activity implements OnClickListener ...