0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Android Kotlin】レイアウトファイルで定義した id で Unresolved reference が表示される時の対処法

Last updated at Posted at 2021-07-02

Android Studio 4.1 から kotlin-android-extensions が非推奨になりました。
したがって、デフォルトでは kotlin-android-extensions が設定されていないため、これを使う場合は、以下を参考に設定を追加する必要があります。

スクリーンショット 2021-04-26 12.04.15.png

スクリーンショット 2021-04-26 12.14.19.png

View を kt ファイルで扱う技術に View Binding があります。
今後はこれが主流となるため、 kotlin-android-extensions ではなく View Binding を使用することを推奨します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?