私はformStuffサンプルで作業していましたが、EditText
を追加する際にエラーが発生しています。formStuffでの作業
これは私がエラー1を取得していますラインです:
edittext.setOnKeyListener(new OnKeyListener() {
これはエラーです:
Multiple markers at this line - OnKeyListener cannot be resolved to a type - The method setOnKeyListener(View.OnKeyListener) in the type View is not applicable for the arguments (new OnKeyListener(){})
http://developer.android.com/resources/tutorials/views/hello-formstuff.html