In which task and step of the codelab can this issue be found?
Task 4, step 6
Describe the problem
The complete DogItem() function has a duplicate line Row( causing the IDE to throw the compilation error: Unresolved reference: DogHobby
Steps to reproduce?
Go to the line saying: 'The complete DogItem() function should look like this:'
Click on the copy button within the code snippet and past in your IDE
See error Unresolved reference: DogHobby
VersionsAndroid Studio version:
Android Studio Chipmunk | 2021.2.1 Patch 1
Build #AI-212.5712.43.2112.8609683, built on May 18, 2022
Runtime version: 11.0.12+7-b1504.28-7817840 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
URL of codelab Here
In which task and step of the codelab can this issue be found? Task 4, step 6
Describe the problem The complete DogItem() function has a duplicate line
Row(
causing the IDE to throw the compilation error:Unresolved reference: DogHobby
Steps to reproduce?
Unresolved reference: DogHobby
Versions Android Studio version: Android Studio Chipmunk | 2021.2.1 Patch 1 Build #AI-212.5712.43.2112.8609683, built on May 18, 2022 Runtime version: 11.0.12+7-b1504.28-7817840 amd64 VM: OpenJDK 64-Bit Server VM by Oracle Corporation
API version of the emulator: 29
Additional information