Page 1 of 1

SQLite Problem

Posted: Mon Jun 23, 2014 10:41 am
by kararak95
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

Re: SQLite Problem

Posted: Mon Jun 23, 2014 10:58 am
by sefrojones
In the standalone settings of your sample stack, SQL lite is not checked.

--Sefro

Re: SQLite Problem

Posted: Mon Jun 23, 2014 11:44 am
by kararak95
sefrojones wrote:In the standalone settings of your sample stack, SQL lite is not checked.

--Sefro
Thanks man it worked :D

Re: SQLite Problem

Posted: Mon Jun 23, 2014 7:09 pm
by sefrojones
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