Indra
(bikin.app)
August 28, 2018, 5:37pm
#1
Describe your issue
My app is keep crashing while in companion or APK
Steps to reproduce the issue
My app just screen initialize and creating SQLITE table
Expected Behaviour
Actual Behaviour
App keep crashing while start
When I remove the block, app working without problem
Show your Blocks
Android version
8.0.0
Here is my aia file
TestSQLite.aia (1.5 KB)
viapda
(Viapda)
November 27, 2018, 6:46am
#2
Same here with Android 6.0.1
Anyone solved this problem?
yanuino
(Yannick)
November 29, 2018, 10:14am
#3
Hi,
Same problem.
As a workaround, I use https://github.com/frdfsnlght/aix-SQLite .
rbnet_it
(rbnet)
November 30, 2018, 2:15pm
#4
Same here (Android 8.0), but with SuppressToast == True
the extension works and I can execute commands and SQL queries without any problems. :
Maybe the Kodular developers can control this problem?
2 Likes
This is a nice extension but have you tried to do a select query that will result in more than 10-12 columns?
rbnet_it
(rbnet)
December 1, 2018, 9:48pm
#6
@Mr_Blackd , currently I have just two tables in my project: a simple query that returns 18 columns does not pose any problems. I haven’t tried more complex queries yet.
1 Like
pipechela
(Felipe Valenzuela)
April 18, 2019, 1:59pm
#7
i had the same problem, ith that, now my app works fine.
thaks!