Im clueless.
I've got this statement saying:
contactDBHelper.addText("HI!");
in an AlertDialog
when I run this in the emulator and click save I can see it appering in the database, however, when I try to test it on my phone I get this message:
E/SQLiteLog(18458): (1) no such table: text_table
E/SQLiteDatabase(18458): Error inserting txt=HEI!
E/SQLiteDatabase(18458): android.database.sqlite.SQLiteException: no such table: text_table
(code 1): , while compiling: INSERT INTO text_table(txt) VALUES (?)
E/SQLiteDatabase(18458): at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
Why is this happening? isnt the emulator suppose to work just like the phone?