0% found this document useful (0 votes)
13 views1 page

Last Crash Log

The document describes an error encountered in an Android application related to SQLite database access. The error, SQLiteCantOpenDatabaseException, indicates that the database could not be opened due to an unknown issue (code 14). The stack trace provides details on the methods involved in the database connection process leading up to the error.

Uploaded by

joaoviananeto78
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Last Crash Log

The document describes an error encountered in an Android application related to SQLite database access. The error, SQLiteCantOpenDatabaseException, indicates that the database could not be opened due to an unknown issue (code 14). The stack trace provides details on the methods involved in the database connection process leading up to the error.

Uploaded by

joaoviananeto78
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

android.database.sqlite.

SQLiteCantOpenDatabaseException: unknown error (code 14


SQLITE_CANTOPEN): Could not open database
at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:211)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:195)
at
android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionP
ool.java:503)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:204)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:196)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:880)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:865)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:739)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:729)
at
android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:35
5)
at
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:
298)
at o.fj2$a.‫(ـ‬SourceFile:2)
at o.fj2.ʽ(SourceFile:1)
at androidx.room.RoomDatabase.inTransaction(SourceFile:1)
at androidx.room.RoomDatabase.assertNotSuspendingTransaction(SourceFile:1)
at o.p52.ˎ(SourceFile:4)
at
net.pubnative.mediation.adapter.network.FallbackNetworkAdapter$request$1.invokeSusp
end(SourceFile:2)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:4)
at o.aj1.run(SourceFile:22)
at kotlinx.coroutines.scheduling.CoroutineScheduler.ᐠ(SourceFile:1)
at kotlinx.coroutines.scheduling.CoroutineScheduler$c.ˎ(SourceFile:4)
at kotlinx.coroutines.scheduling.CoroutineScheduler$c.ˈ(SourceFile:4)
at kotlinx.coroutines.scheduling.CoroutineScheduler$c.run(SourceFile:1)

You might also like