This text field does not specify an inputType or a hint

エラー警告

エラーメッセージ

 状態:解決済  閲覧数:1,809  投稿日:2014-04-02  更新日:2014-04-02
This text field does not specify an inputType or a hint


内容


・テキストフィールドに、inputTypeを指定していないことに関する警告


対応


・テキストフィールドに、inputTypeを指定

実際に遭遇した例

 閲覧数:588 投稿日:2014-04-02 更新日:2014-04-02

警告メッセージ


This text field does not specify an inputType or a hint


対応


・テキストフィールドに、inputTypeを指定

・対象ファイル
▼/res/layout/test.xml

・修正前
<EditText
   android:layout_width="fill_parent"
   android:layout_height="wrap_content"
   android:text="@string/hello" />


・修正後
<EditText
   android:layout_width="fill_parent"
   android:layout_height="wrap_content"
   android:text="@string/hello"
   android:inputType="text" />



[I18N] Hardcoded string "★★", should use @string resource

Image Without `contentDescription`



週間人気ページランキング / 4-9 → 4-15
順位 ページタイトル抜粋 アクセス数
1 インポートされた ★★ は見つかりません | エラー 38
2 ○○は解決できないか、フィールドではありません | エラー(エラー) 29
3 この行に複数マーカーがあります | エラー(エラー) 20
4 いくつかのプロジェクトは、ワークスペース・ディレクトリーにすでに存在するため、インポートできません | エラー 19
4 public 型 ★★ はそれ独自のファイル内に定義されなければなりません | エラー 19
5 Androidエミュレータで、PCキーボード入力を有効にしたい | エミュレータ(環境構築) 13
6 プラグイン "org.eclipse.ui.workbench" からのコードの起動で問題が発生しました | エラー(エラー) 11
6 「Android Studio 3.0.1」で、デザインプレビュー画面が表示されない。「waiting build for finish」が終わらない | Android Studio(IDE) 11
7 values-ja/strings.xmlに記載した内容が反映されない | 多言語化(環境構築) 6
8 ファイルのパスをコピーする方法と結果は、右クリックする場所で異なる | Android Studio(IDE) 5
9 キーバインドの競合が発生しました。 通常のアクセラレーター操作を妨げる可能性があります。 | エラー(エラー) 4
9 ★★ を型に解決できません | エラー(エラー) 4
10 インポートされた java.io は見つかりません | エラー(エラー) 3
10 既存プロジェクトがインポート出来ない | プロジェクト(環境構築) 3
10 Cannot resolve symbol 'AppCompatActivity' | Android Studio(IDE) 3
10 Eclipse で「プロジェクト名」「パッケージ名」を変更する方法 | Eclipse(IDE) 3
10 Android FAQ 3
11 エラーが発生しました。ログ・ファイル ★★.log.を参照してください | エラー(エラー) 2
11 Android Studio の Designプレビュー で、ウィジェットをドラッグ配置できない | Android Studio(IDE) 2
11 Eclipseが起動しない … ユーザ操作は待機中です | Eclipse(IDE) 2
2025/4/16 1:01 更新