I deleted my database file manually (using *adb shell* and sqlite3).
Ever since then, my app doesn’t recreates the database file (and throws an exception upon starting). I’m using ORMLite.
I tried wiping the data before starting the emulator (“Wipe data“). But it didn’t help.
Any suggestions?
I inspected the problem and saw this:
It appears the problem was this:
I misinterpreted the way DatabaseField attributes work ( I specified three, instead of only one).