相关疑难解决方法(0)

设备上的文件系统处于错误状态。WorkManager 无法访问应用程序的内部数据存储

当我将工作管理器库添加到 android studio 并运行该应用程序时,它崩溃并出现以下错误:

E/SQLiteLog: (14) cannot open file at line 37816 of [c255889bd9]
    (14) os_unix.c:37816: (13) lstat(/data/user/0/com.example/no_backup/androidx.work.workdb) - 
    (1) Process m.example : Pid (13632) Uid (11395) Euid (11395) Gid (11395) Egid (11395)
    (1) osStat failed "/data/user/0/com.example/no_backup/androidx.work.workdb" due to error (13)
    (1) osStat failed "/data/user/0/com.first.academy/no_backup" due to error (13)
    (1) Stat of /data/user/0/com.example : st_mode(40700) st_uid(11385) st_gid(11385) st_ino(164253)
    (1) Stat of /data/user/0 : st_mode(40771) st_uid(1000) st_gid(1000) st_ino(131074)
    (1) Stat of /data/user : st_mode(40711) st_uid(1000) st_gid(1000) st_ino(655366)
    (1) Stat of /data …
Run Code Online (Sandbox Code Playgroud)

android android-workmanager

14
推荐指数
1
解决办法
8823
查看次数

标签 统计

android ×1

android-workmanager ×1