Skip to main content
Inspiring
May 27, 2012
Question

my app runs on iOS but not on android

  • May 27, 2012
  • 2 replies
  • 583 views

Hi there,

The app writes some data to an SQLite database synchronously.

It works fine on iOS but on Android it crashes and I get this error:

SQLError: 'Error #3128: Disk I/O error occurred.', details:'', operation:'execute'

any Ideas ?

Thankyou,

Luke

This topic has been closed for replies.

2 replies

Colin Holgate
Inspiring
May 27, 2012

Have you set the permissions to ask to be able to write to internal and external storage?

Inspiring
May 27, 2012

thanks for your help Colin but that isnt it because it was working before.

Its still writting now but the error occurs in a particular spot in the code (the problem does not exist on iOS).

Luke