Need help with Build .295 - not working with SQLite

Carlos - I previously posted in the Android build about the black screen —

I have double-check all my code for:

  • graphics
  • case-sensitive filenames, etc.

I have figured out what is going on and you can test it with your Sample Code under : Storage / SQLite folder

require “sqlite3” (this is the problem)

It is not working in the new builds. I have it working in Build .268 but everything forward is failing on the SQLite require statement

I had it at the beginning of my main.lua which was causing black screen.

I moved it into the middle of my code and I got that far and it died.

The Sample project that you have also does not work on the device.

Please help as using a SQLite DB is very important.

Let me know if you need any more information and I hope to be able to use the new builds soon as they have some improvements that I would like to include in my projects.

Thank you,
Scott [import]uid: 10965 topic_id: 6521 reply_id: 306521[/import]

Scott,

I just built the SQLite sample code using build 2011.295 for both iOS and Android (2.2) and don’t see any problems. The apps run fine on both devices. Can you verify that you still can’t build the SQLite sample app for Android? Are you see the any build errors or just that it fails to run on the device?

Thanks,
Tom [import]uid: 7559 topic_id: 6521 reply_id: 22799[/import]

We found out if you are creating an “iPhone” only build, then there is a issue with including SQLite.

Let me know when ready to re-test.

Thank you,
Scott [import]uid: 10965 topic_id: 6521 reply_id: 22976[/import]

Scott,

We found and fixed the problem on our servers so iPhone-only builds are working again. This was only a problem with the daily builds – the release build, 268, was always working.

Thanks,
Tom [import]uid: 7559 topic_id: 6521 reply_id: 22994[/import]

Retested and everything seems correct again in my Corona world! Thanks for the quick turn-around :slight_smile: [import]uid: 10965 topic_id: 6521 reply_id: 23103[/import]