> > i uninstall my app an i clean up my project >
=======================================log 06-05 17:09:29.311: D/dalvikvm(2147): GC_EXTERNAL_ALLOC freed 43K, 53% free 2546K/5379K, external 1815K/2137K, paused 75ms 06-05 17:11:58.091: W/KeyCharacterMap(2147): No keyboard for id 0 06-05 17:11:58.091: W/KeyCharacterMap(2147): Using default keymap: /system/usr/keychars/qwerty.kcm.bin 06-05 17:12:07.561: I/haiyang:createDB(2147): create table record(_id INTEGER PRIMARY KEY AUTOINCREMENT,care_IDtext not null,nametext not null,sextext not null,person_idtext not null,blood_typetext not null,smoketext,drunktext,Diagnosis_typetext,Diagnosis_bodytext,care_Diagnosistext,whatcaretext,whencareinteger,whocaretext,carewhotext,care_locatationtext,care_frequencytext,singaltimetext,care_Appraisaltext); 06-05 17:12:07.582: I/Database(2147): sqlite returned: error code = 1, msg = no such column: name 06-05 17:12:07.582: D/AndroidRuntime(2147): Shutting down VM 06-05 17:12:07.591: W/dalvikvm(2147): threadid=1: thread exiting with uncaught exception (group=0x40015560) 06-05 17:12:07.621: E/AndroidRuntime(2147): FATAL EXCEPTION: main 06-05 17:12:07.621: E/AndroidRuntime(2147): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.NursingcareSystem/com.NursingcareSystem.Care_ALL_intent}: android.database.sqlite.SQLiteException: no such column: name: , while compiling: SELECT name FROM record 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1647) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.app.ActivityThread.access$1500(ActivityThread.java:117) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.os.Handler.dispatchMessage(Handler.java:99) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.os.Looper.loop(Looper.java:123) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.app.ActivityThread.main(ActivityThread.java:3683) 06-05 17:12:07.621: E/AndroidRuntime(2147): at java.lang.reflect.Method.invokeNative(Native Method) 06-05 17:12:07.621: E/AndroidRuntime(2147): at java.lang.reflect.Method.invoke(Method.java:507) 06-05 17:12:07.621: E/AndroidRuntime(2147): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839) 06-05 17:12:07.621: E/AndroidRuntime(2147): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) 06-05 17:12:07.621: E/AndroidRuntime(2147): at dalvik.system.NativeStart.main(Native Method) 06-05 17:12:07.621: E/AndroidRuntime(2147): Caused by: android.database.sqlite.SQLiteException: no such column: name: , while compiling: SELECT name FROM record 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:92) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:65) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:83) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:49) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:42) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1356) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteDatabase.queryWithFactory(SQLiteDatabase.java:1235) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1189) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1271) 06-05 17:12:07.621: E/AndroidRuntime(2147): at com.NursingcareSystem.Care_ALL_intent.onCreate(Care_ALL_intent.java:82) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 06-05 17:12:07.621: E/AndroidRuntime(2147): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611) 06-05 17:12:07.621: E/AndroidRuntime(2147): ... 11 more -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en