SQLite Problem

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kararak95
Posts: 6
Joined: Sat Jun 21, 2014 8:01 am

SQLite Problem

Post by kararak95 » Mon Jun 23, 2014 10:41 am

Hello.I am creating an app similar to iphone notes app.
On pc it works well but when i test in on android it does not create a database file.
Can anyone tell me what the problem is?
Thanks in advance
Attachments
Untitled 1.zip
Here is my app
(72.4 KiB) Downloaded 193 times

sefrojones
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 447
Joined: Mon Jan 23, 2012 12:46 pm

Re: SQLite Problem

Post by sefrojones » Mon Jun 23, 2014 10:58 am

In the standalone settings of your sample stack, SQL lite is not checked.

--Sefro

kararak95
Posts: 6
Joined: Sat Jun 21, 2014 8:01 am

Re: SQLite Problem

Post by kararak95 » Mon Jun 23, 2014 11:44 am

sefrojones wrote:In the standalone settings of your sample stack, SQL lite is not checked.

--Sefro
Thanks man it worked :D

sefrojones
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 447
Joined: Mon Jan 23, 2012 12:46 pm

Re: SQLite Problem

Post by sefrojones » Mon Jun 23, 2014 7:09 pm

No problem, I've discovered that most of the time when something works in the development environment, but doesn't work on your device, it's usually due to the standalone settings. This won't always be the case, but in my experience it IS the case most of the time. :D

--Sefro

Post Reply