Questions tagged [sqldroid]

Use this tag when utilising the SQLDroid JDBC driver.

SQLDroid is a JDBC driver for Android's sqlite database, allowing Apps to access SQLite databases via JDBC.

SQLDroid and it's documentation and usage examples can be found at SQLDroid

2 questions
9
votes
5 answers

Disabling sqlite Write-Ahead logging in Android Pie

In Android Pie sqlite Write-Ahead logging (WAL) has been enabled by default. This is causing errors for my existing code only in Pie devices. I have been unable to turn off WAL successfully using SQLiteDatabase.disableWriteAheadLogging() or PRAGMA…
Rockvole
  • 4,422
  • 3
  • 21
  • 27
0
votes
1 answer

Gluon Mobile SQLDroid No suitable driver found

We are evaluating Gluon Mobile, our application will sometimes work offline, so we need to store data in SQLite. Unfortunately we were unable to connect. We follow the gluon-SQLite examples. We create a new Gluon project using maven, add the…