Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコードでは、次のエラーが発生します。
android.widget.TableRow cannot be cast to android.widget.TextView
エラー ログは、コード内の次の行にジャンプします。
mDateDisplay = (TextView) findViewById(R.id.datumGesetztText);
これは何を意味するのでしょうか?!
あいさつ
「R.id.datumGesetztText」が textView ではなくテーブル行であることは、エラー メッセージから明らかです。...view.xml で、このフィールドに正しい型が定義されていることを確認してください。