ActiveAndroid icon indicating copy to clipboard operation
ActiveAndroid copied to clipboard

Please help me android M

Open daothanhha opened this issue 8 years ago • 2 comments

07-25 14:34:01.081 28087-28087/kydon.kydonproject E/AndroidRuntime: FATAL EXCEPTION: main Process: kydon.kydonproject, PID: 28087 android.database.sqlite.SQLiteException: no such table: AnnouCreateOffline (code 1): , while compiling: SELECT * FROM AnnouCreateOffline WHERE groupid = ? ################################################################# Error Code : 1 (SQLITE_ERROR) Caused By : SQL(query) error or missing database. (no such table: AnnouCreateOffline (code 1): , while compiling: SELECT * FROM AnnouCreateOffline WHERE groupid = ?) ################################################################# I build app the first time, app is run very good, but i rebuild app, it have error. please help me. thank.

When I try change my table name, it run. but i rebuild, it show err as above

daothanhha avatar Jul 25 '17 07:07 daothanhha

if you rename table - you must increase database version or if it is debug mode then delete app and install again

uncledoc avatar Jul 26 '17 10:07 uncledoc

thank I change database version, it is run.

daothanhha avatar Jul 26 '17 11:07 daothanhha