Hello koders, me with another problem…
Describe your issue
I made an app, that uses sqlite component. When I create tables, the app crashes, but when i test it in companion, no problem. I can create tables, and interact with them. If i disable the Multiple SQL method, program runs, but i will not have the tables.
Steps to reproduce the issue
Just open the app
Expected Behaviour
Create the tables
Actual Behaviour
App crashes, without error message
Show your Blocks
Android version
Android P, Xiaomi Mi8
Thanks for your help!
EDIT: If i supress toast messages from sqlite component, the app doesn’t crash! Maybe, you must repair that part.