「numberPassword」としてフィールドに入力したときに、EclipseエディターがフィールドのinputTypeを認識しません。コードは次のとおりです。
<EditText
android:id="@+id/pin_field"
android:layout_width="236dp"
android:layout_height="wrap_content"
android:inputType="numberPassword">
<requestFocus />
</EditText>
「android:inputType」行で発生するエラーは次のとおりです。
"error: Error: String types not allowed (at 'inputType' with value 'numberPassword')."
また、上部の[グラフィックレイアウト]タブで、バージョンを2.3.3からAndroid 4.0に変更しました。これを読んだところ、修正される可能性がありますが、機能していないようです。私はおそらく明らかな何かを見逃していますが、それを理解することはできません。
inputTypeと'numberPassword'のAndroidドキュメントは次のとおりです。http://developer.android.com/reference/android/R.attr.html#inputType