顯示具有 執行時期Error 標籤的文章。 顯示所有文章
顯示具有 執行時期Error 標籤的文章。 顯示所有文章

2014年7月6日 星期日

[Error] The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments

出現在程式碼內的錯誤
xxx.setOnClickListener(this);

手機上執行後會出現
The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments
的錯誤訊息