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
Unable to start activity ComponentInfo{cash.bit24/im.crisp.client.external.ChatActivity}: android.view.InflateException: Binary XML file line #51: Binary XML file line #51: Error inflating class com.google.android.material.floatingactionbutton.FloatingActionButton
The text was updated successfully, but these errors were encountered:
According to your crash log, I suppose you're using at least the v2.0.4 version?
This is weird because the Sample app, even in the following configuration works:
Crisp SDK 2.0.5,
Latest AGP 8.7.1 / Gradle 8.9,
R8 Full Mode,
Minified,
no Material library dependency or latest 1.12.0.
The only thing not up-to-date is the Android SDK, we're still using API 34, we have a small adjustment to support edge-to-edge by default.
Are you using another configuration (AGP, Gradle, Material library, Android API level) which could lead to this issue?
Here is the bug details:
Unable to start activity ComponentInfo{cash.bit24/im.crisp.client.external.ChatActivity}: android.view.InflateException: Binary XML file line #51: Binary XML file line #51: Error inflating class com.google.android.material.floatingactionbutton.FloatingActionButton
The text was updated successfully, but these errors were encountered: