Unable to start activity | Community
Skip to main content

Unable to start activity

  • May 7, 2022
  • 3 replies
  • 0 views

Keyvan11

Zendesk runs an error when messaging is started with: 

Zendesk.instance.messaging.showMessaging(requireContext())

 

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.project.sample/zendesk.messaging.android.internal.conversationscreen.ConversationActivity}: android.view.InflateException: Binary XML file line #7 in com.project.sample:layout/zma_screen_conversation: Binary XML file line #7 in com.project.sample:layout/zma_screen_conversation: Error inflating class zendesk.messaging.android.internal.conversationscreen.ConversationScreenView

3 replies

Eric27
  • May 10, 2022
Hey Keyvan,

Are you using a custom theme by chance?

Thanks!

Keyvan11
  • Author
  • May 15, 2022

I found the problem after some research and it was amazing!

If you use

"io.coil-kt:coil:2.0.0-rc03" Library and Zendesk in the same time in Project, you face the error mentioned above.

 


  • September 13, 2022

I have the same problem.

Do you found any solution @keyvan11?

Thank you.