Eclipse編輯不能識別的inputType在現場,當我把它稱爲「numberPassword」,下面的代碼:Eclipse在設置爲Android 4.0時不能識別numberPassword?
<EditText
android:id="@+id/pin_field"
android:layout_width="236dp"
android:layout_height="wrap_content"
android:inputType="numberPassword">
<requestFocus />
</EditText>
這是我得到的錯誤「安卓的inputType」行:
"error: Error: String types not allowed (at 'inputType' with value 'numberPassword')."
而在頂部的「圖形佈局」選項卡中,我已將版本從2.3.3更改爲Android 4.0,我讀過的版本可能會修復它,但似乎沒有奏效。我可能錯過了一些明顯的東西,但無法弄清楚。
下面是的inputType的Android文檔和 'numberPassword':http://developer.android.com/reference/android/R.attr.html#inputType
項目的Android構建目標設置爲4.0? – dispake 2012-04-27 18:25:28
你可以發佈AndroidManifest文件嗎? – dcanh121 2012-04-27 19:19:33
API級別設置爲14,現在我將發佈清單。 – Peanut 2012-04-27 20:58:08