android.database.sqlite.SQLiteException: no such table: custom_from_prefs (code 1): , while compiling: SELECT * FROM custom_from_prefs ORDER BY reply_to ASC
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by kelson42
, 1 year agovia Stack Overflow by ban-geoengineering
, 2 years agovia GitHub by N2Android
, 2 years agovia Stack Overflow by Tarang Acharya
, 5 months agovia Stack Overflow by pranav shukla
, 2 years agovia grman.at by Unknown author, 2 years ago
android.database.sqlite.SQLiteException: no such table: custom_from_prefs (code 1): , while compiling: SELECT * FROM custom_from_prefs ORDER BY reply_to ASC
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:898)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:509)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:726)
at android.database.sqlite.SQLiteProgram.
(SQLiteProgram.java:58) at android.database.sqlite.SQLiteQuery.
(SQLiteQuery.java:37) at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1415)
at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:411)
at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:305)
at com.google.android.gm.provider.MailCore.ql(SourceFile:1188)
at com.google.android.gm.provider.MailEngine.v(SourceFile:139)
at com.google.android.gm.provider.bm.run(SourceFile:1327)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.os.HandlerThread.run(HandlerThread.java:61)