Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
设备下的文件不可见请告诉我一些有关它的信息我还上传了它的屏幕截图。
您可以使用 adb 命令行工具从 android 设备中提取文件。我不知道你究竟想要哪个文件。在 sqlite 数据库的情况下,它存储在//data/data/<your app>/databases/<databaseName.db>. 可能你需要root才能做到这一点。当您没有 root 权限时,许多文件是隐藏且无法访问的。
//data/data/<your app>/databases/<databaseName.db>