The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments
2015.09.10 | 662閱讀 | 0條評(píng)論 | 未命名
android新手請問setOnClickListener這句中那里錯(cuò)了?系統(tǒng)報(bào)錯(cuò)說The?method?setOnClickListener(View.OnClickListener)?in?the?type?View?is?not?applicable?for?the?arguments?(********.CalculateListener)
解決方法:
引入的類不對:
import?android.content.DialogInterface.OnClickListener;
應(yīng)該是View類里面的OnClickListener
發(fā)表評(píng)論