Matti MK
10/14/2021, 1:51 PMDebug
, however, when switching over to Release
the app crashes on launch. I can see the following in Android Studio under the LLDB
tab:
Is there something specific to keep in mind when building the release flavour?
And to clarify, I have no specific if #DEBUG
conditions anywhere in the codebase or shared logic
error: module importing failed: Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'renderers'
error: 'jb_renderers_set_diagnostics_level' is not a valid command.
error: module importing failed: Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'renderers'
error: 'jb_renderers_loaders_add' is not a valid command.