Archos 10i 互联网平板电脑 SD 卡文件夹
我们为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.