google-developer-training / android-fundamentals-apps-v2

Other
649 stars 2.63k forks source link

Android Kotlin Fundamentals codelab: Wrong Button-Id #256

Closed ArashTheKID closed 1 year ago

ArashTheKID commented 3 years ago

Describe the problem Wrong button id

In which lesson and step of the codelab can this issue be found? 02.1: Activities and intents, 4.3, Complete Source Code

How to reproduce? The ID of Button-Element is wrong, "@+id/button2"

Versions

  1. What version of Android Studio are you using? 4.1.2
  2. What API level are you targeting? 30

Additional information Correct id is: "@+id/button_main"

codelab: android-fundamentals