关于android的sqlite问题,阳光沙滩-android studio的sqlite使用出现问题,是什么情况呢?...
这是我觉得可能可以参考的log2020-03-24 21:21:55.623 10006-10006/? E/SQLiteLog: (1) near ",": syntax error2020-03-24 21:21:55.624 10006-10006/? D/AndroidRuntime: Shutting down VM2020-03-24 21:21:55.630 10006-10006/
这是我觉得可能可以参考的log
2020-03-24 21:21:55.623 10006-10006/? E/SQLiteLog: (1) near ",": syntax error
2020-03-24 21:21:55.624 10006-10006/? D/AndroidRuntime: Shutting down VM
2020-03-24 21:21:55.630 10006-10006/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.databasedemo, PID: 10006
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.databasedemo/com.example.databasedemo.MainActivity}: android.database.sqlite.SQLiteException: near ",": syntax error (code 1): , while compiling: alter table employee add phone integer,address varchar
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2817)
更多推荐
所有评论(0)