AshleyBates
AshleyBates
Make your x86 dll to CPU Architecture 'x86' Make your x64 dll to CPU Architecture 'Armv7' At the moment they will both be the same.
I also need this - I found this fork - https://github.com/shreks7/SqliteForUnity Which adds AES encryption - but it is an old set of code to what is found here, thus...
I did a bit of digging into the other source - the following can be used as imports for the key from the latest version of sqlite3 - > >...
Can you post your changes please? I will need this in the future. Thank You
Thank You for this - I have this working on the PC - I haven't attempted to use it on an android tablet yet which I intend to do. Does...
@spiffai - I just tried this on android and I get a similar error to you - only mine is related to the Key - what did you change /...
@srivers8424 There is no actual update for this project just what code is included in the thread. It was taken out of this branch - https://github.com/shreks7/SqliteForUnity the above branch though...
@gilbertobitt - Yeah the original source for the .so files is here - https://github.com/shreks7/AndroidSqlite3Encrypted but I am out of my depth a bit with these, I have never worked with...
@gilbertobitt I have managed to create the .so files - but it's still **not** working - how I did it - Got the sql amalgamation files from sqlite.org - Installed...
Success! Or at least for my scenario but I can give everyone else some big clues. Ok so in my situation I am creating a SQLite database on a webservice,...