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
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'
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
If I change to
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.0'
Its works
The text was updated successfully, but these errors were encountered: