May I know why am I getting this error message? `f...
# android
a
May I know why am I getting this error message?
findViewById
must not be null?
Copy code
private lateinit var tv: TextView

override fun onCreate(savedInstanceState: Bundle?) {
  tv = findViewById(<http://R.id.tv|R.id.tv>)
}