Hi,
I’m getting a crash when using Beagle together with the latest Material Components version.
Error:
java.lang.NoSuchFieldError: No static field colorBackgroundFloating of type I in class Lcom/google/android/material/R$attr;
This happens when I open the Beagle log / network log list and tap on an item to see the details.
Setup:
com.google.android.material:material:1.13.0
Beagle (ui-drawer + log-okhttp)
App theme based on Theme.Material3.*
Kotlin app - no Compose
If I downgrade Material to 1.12.0, the crash disappears and everything works fine.
I also tried overriding the Beagle debug menu theme using Appearance(themeResourceId = ...) with a Material3 dialog theme, but the crash still occurs with 1.13.0.
Could you please tell me if this is a known issue with Material 1.13.0 and if there is any recommended workaround, or a specific Material version that Beagle officially supports?
Thank you!
Hi,
I’m getting a crash when using Beagle together with the latest Material Components version.
Error:
java.lang.NoSuchFieldError: No static field colorBackgroundFloating of type I in class Lcom/google/android/material/R$attr;
This happens when I open the Beagle log / network log list and tap on an item to see the details.
Setup:
com.google.android.material:material:1.13.0
Beagle (ui-drawer + log-okhttp)
App theme based on Theme.Material3.*
Kotlin app - no Compose
If I downgrade Material to 1.12.0, the crash disappears and everything works fine.
I also tried overriding the Beagle debug menu theme using Appearance(themeResourceId = ...) with a Material3 dialog theme, but the crash still occurs with 1.13.0.
Could you please tell me if this is a known issue with Material 1.13.0 and if there is any recommended workaround, or a specific Material version that Beagle officially supports?
Thank you!