Kotlin and Android Development featuring Jetpack: code shown(page 29) top, contentDescription

@mfazio23

code shows line;
android:contentDescription=“@string/play_button”

Is red because we have no string resource with that name right now. Click on the light bulb shown or right click on the error line and select create string resource and give it the value. play button
Error goes away.