-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Description
java.lang.NoSuchMethodError: No virtual method _$_findCachedViewById(I)Landroid/view/View; in class Lcom/hannesdorfmann/adapterdelegates4/dsl/AdapterDelegateLayoutContainerViewHolder; or its super classes (declaration of 'com.hannesdorfmann.adapterdelegates4.dsl.AdapterDelegateLayoutContainerViewHolder' appears in /data/data/ru.hintsolutions.diabets/code_cache/.overlay/base.apk/classes34.dex)
4.3.0 works fine, I put the version more - I get this error
in gradle I switch version
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.2'
And simple delegate dont work
fun compactFoodAdapterDelegate(
) =
adapterDelegateLayoutContainer<CompactFood, CompactFood>(R.layout.products_fatsecret_list_item) {
bind {
nameProduct.setTextitem.name)
productDetails.setText(item.description)
}
}
If I change to implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.0'
Its works
KeyStarr
Metadata
Metadata
Assignees
Labels
No labels