crisp-im / crisp-sdk-android

:package: Crisp Android SDK, add a chat in any Android app and communicate with your users.
https://docs.crisp.chat/guides/chatbox-sdks/android-sdk/
Other
56 stars 17 forks source link

Unable To Start Activity Issue #195

Open rezafaraji93 opened 2 weeks ago

rezafaraji93 commented 2 weeks ago

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

Doc1faux commented 2 weeks ago

Hi @rezafaraji93 and thank you for your feedback,

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:

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?