Open
Description
Hey I know this project is pretty dead, but I'm getting an error here I don't know how to figure it out. Probably has to do with the fact that I upgraded the Android SDK target from 16 straight up to 28. Anyway this is what I'm getting at runtime. I should also say I @SuppressLint("LongLogTag")
to line 100 in ClientListActivity.java
2021-04-08 22:47:50.273 20010-20010/? I/libc: SetHeapTaggingLevel: tag level set to 0
2021-04-08 22:47:50.277 20010-20010/? I/strand.wheatle: Late-enabling -Xcheck:jni
2021-04-08 22:47:50.295 20010-20010/? I/strand.wheatle: Unquickening 12 vdex files!
2021-04-08 22:47:50.338 20010-20010/net.jlekstrand.wheatley D/ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
2021-04-08 22:47:50.356 20010-20010/net.jlekstrand.wheatley D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2021-04-08 22:47:50.357 20010-20010/net.jlekstrand.wheatley D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2021-04-08 22:47:50.385 20010-20010/net.jlekstrand.wheatley D/wheatley:ClientListActivity: onCreate
2021-04-08 22:47:50.454 20010-20010/net.jlekstrand.wheatley E/SQLiteLog: (1) no such column: root in "SELECT _id, title, icon, command, root FROM clients"
2021-04-08 22:47:50.455 20010-20010/net.jlekstrand.wheatley D/AndroidRuntime: Shutting down VM
2021-04-08 22:47:50.458 20010-20010/net.jlekstrand.wheatley E/AndroidRuntime: FATAL EXCEPTION: main
Process: net.jlekstrand.wheatley, PID: 20010
android.database.sqlite.SQLiteException: no such column: root (code 1 SQLITE_ERROR): , while compiling: SELECT _id, title, icon, command, root FROM clients
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:1045)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:652)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:590)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:61)
at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:46)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1545)
at android.database.sqlite.SQLiteDatabase.queryWithFactory(SQLiteDatabase.java:1392)
at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1263)
at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1469)
at net.jlekstrand.wheatley.gui.ClientListActivity.onStart(ClientListActivity.java:127)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1435)
at android.app.Activity.performStart(Activity.java:8024)
at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3457)
at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7660)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
2021-04-08 22:47:50.469 20010-20010/net.jlekstrand.wheatley I/Process: Sending signal. PID: 20010 SIG: 9
Metadata
Assignees
Labels
No labels
Activity