Hi there. I've got a bit of a problem.
I've been directly writing to and reading from an SQLite db a-la the tutorial here (removed link as I need to have at least one post before I can use links) just fine, but after booting up my laptop today and firing up the emulator I couldn't access the database in my created app, or in the example. When I debugged the app it goes to open the database and it just exceptions (filenotfoundexception?).
I've tried restarting the emulator and it doesn't work. No other sql statements will execute (create db, delete db) It appears that sqlite has crashed... or something. Has anyone got any ideas to why this is happening?
Cheers.





