Android 设备上的临时文件夹在哪里?

发布于 2024-08-23 16:17:01 字数 29 浏览 4 评论 0原文

Android 手机上的临时文件夹位于哪里?

Where is the temp folder located on Android phones?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

南风几经秋 2024-08-30 16:17:01

临时目录为/data/local/tmp

我看到一些评论声称您需要 root 才能访问它,但我不确定这是真的。虽然您确实需要 root 才能自由访问 /data,但 /data/local/tmp 不需要 root。

我已经在Android 5.1.1上验证了这一点。

The temporary directory is /data/local/tmp.

I've seen some comments that claim you need to be rooted to access it but I'm not sure that's true. Whilst it is true that you need root to freely access /data, this is not required for /data/local/tmp.

I have verified this on Android 5.1.1.

无可置疑 2024-08-30 16:17:01

我相信您正在寻找的是 getCacheDir()!

I believe what you're looking for is getCacheDir()!

深陷 2024-08-30 16:17:01

阅读 Android 开发者 Google 群组的这篇文章让我相信没有 1 个全局临时目录,并且每个应用程序都应该维护自己的临时文件。

Reading this post from the android developers google group leads me to believe that there is not 1 global temp directory, and each application is expected to maintain their own temporary files.

若水微香 2024-08-30 16:17:01

使用createTempFile()下载的文件存储在文件夹中:

/data/data/YOURapp/cache/

The files downloaded using createTempFile() are stored in folder:

/data/data/YOURapp/cache/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文