You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In which task and step of the codelab can this issue be found?
'Add ComposeView', step 2 and 4
Describe the problem
The updated JuiceListViewHolder class requires the parameter composeView: ComposeView to work, but this line is missing from the code excerpts in these steps, and the language used doesn't make it clear that this must be implemented. Using the code as written causes unresolved reference and too many arguments errors later, preventing a successful build
Steps to reproduce?
Go to com.example.juicetracker/ui/JuiceListAdapter
Edit the JuiceListViewHolder class to match that in the codelab
Note the error notations
Attempt to build - this should fail
Versions
Android Studio version: Android Studio Giraffe | 2022.3.1
Emulator: Resizable (Experimental) API 33
The text was updated successfully, but these errors were encountered:
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-training-compose-add-compose-to-a-view-based-app?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-8-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-training-compose-add-compose-to-a-view-based-app#2
In which task and step of the codelab can this issue be found?
'Add ComposeView', step 2 and 4
Describe the problem
The updated JuiceListViewHolder class requires the parameter
composeView: ComposeView
to work, but this line is missing from the code excerpts in these steps, and the language used doesn't make it clear that this must be implemented. Using the code as written causesunresolved reference
andtoo many arguments
errors later, preventing a successful buildSteps to reproduce?
Versions
Android Studio version: Android Studio Giraffe | 2022.3.1
Emulator: Resizable (Experimental) API 33
The text was updated successfully, but these errors were encountered: