Friday 30 July 2021

Error reading Sqlite database: Database google_app_measurement_local.db not found

Suddenly I'm getting this in the event log when launching the app Database Inspector: Error reading Sqlite database: Database 'LiveSqliteDatabaseId(path=/data/data/app-dir/databases/google_app_measurement_local.db, name=google_app_measurement_local.db, connectionId=1) not found

Upon checking the databases path, I saw there is google_app_measurement_local.db in the directory. Any idea what causing this to show up?

BTW, I'm using Android Studio 4.2 and here the versions of Firebase for this app

implementation "com.google.firebase:firebase-core:19.0.0"
implementation 'com.google.firebase:firebase-messaging:22.0.0'
implementation 'com.google.firebase:firebase-analytics:19.0.0'
implementation 'com.google.firebase:firebase-crashlytics:18.0.0'
implementation "com.google.firebase:firebase-database:20.0.0"
implementation "com.google.firebase:firebase-config:21.0.0"


from Error reading Sqlite database: Database google_app_measurement_local.db not found

No comments:

Post a Comment