Suppressed: java.lang.ClassNotFoundException: android.support.design.widget.AppBarLayout$ScrollingViewBehavior
Add a dependency to the build.gradle
implementation 'com.android.support:design:28.0.0'
OR AndroidX
implementation 'com.google.android.material:material:1.1.0-alpha01'
Add a dependency to the build.gradle
implementation 'com.android.support:design:28.0.0'
OR AndroidX
implementation 'com.google.android.material:material:1.1.0-alpha01'
Комментариев нет:
Отправить комментарий