Archos 10i 互联网平板电脑 SD 卡文件夹

发布于 2024-10-20 00:48:30 字数 269 浏览 5 评论 0原文

我们为 Archos 7 家用平板电脑开发了一款 Android 应用程序。对于 Archos 7,有一个可用的 SD 卡文件夹。在代码中,我可以使用以下方法获取 SD 卡位置:

Environment.getExternalStorageDirectory()

但对于 Archos 10i 互联网平板电脑,没有可用的 SD 卡文件夹。 Archos 10i 互联网平板电脑中是否有可用的 SD 卡相关文件夹?

有人可以帮忙吗?提前致谢。

We have developed one application in Android for the Archos 7 home tablet. With the Archos 7, there is an sdcard folder available. In code I can get the sdcard location using:

Environment.getExternalStorageDirectory()

But with the Archos 10i internet tablet, there is no sdcard folder available. Is there any related folder for sdcard is available in the Archos 10i internet tablet?

Can anybody help? Thanks in advance.

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

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

发布评论

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

评论(1

小矜持 2024-10-27 00:48:30

Archos 10.1 有一个 /mnt/storage 文件夹,它是从 /mnt/storage 和 /mnt/sdcard 进行符号链接的。 “真实”SD卡安装为/mnt/storage/sdcard。因此,从应用程序的角度来看,它应该表现正常。

Archos 10.1 had a /mnt/storage folder, that is symlinked from /mnt/storage and /mnt/sdcard. The 'real' sdcard is mounted as /mnt/storage/sdcard. So from the perspective of the app it should behave normally.

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