在 Eclipse 中找不到 Nexus 7 的 storage/emulated/0/ 文件夹

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15641848/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 21:39:01  来源:igfitidea点击:

Cannot find storage/emulated/0/ folder of Nexus 7 in Eclipse

eclipseubuntuadbnexus-7

提问by user1914692

Nexus 7, Ubuntu 12.04, Eclipse Juno

Nexus 7、Ubuntu 12.04、Eclipse Juno

Nexus 7 has been set developer mode. And in Eclipse I can see lists in "File Explorer" for Android.

Nexus 7 已设置开发者模式。在 Eclipse 中,我可以在 Android 的“文件资源管理器”中看到列表。

I can see storage/emulated/legacy

我可以看到存储/模拟/遗留

But I can not see storage/emulated/0/ folder

但是我看不到 storage/emulated/0/ 文件夹

回答by Andrew T.

I have had the same problem as well. Found the answer in a comment on a seperate stack overflow question so credit goes to the author.

我也有同样的问题。在对单独堆栈溢出问题的评论中找到了答案,因此请归功于作者。

everything is a link to /storage/emulated/legacy anyway, which itself is a link to /mnt/shell/emulated/0 which contains the file. – moonlightcheese Dec 7 '12 at 13:55

无论如何,一切都是指向 /storage/emulated/legacy 的链接,它本身就是指向包含该文件的 /mnt/shell/emulated/0 的链接。– 月光奶酪 2012 年 12 月 7 日 13:55

So check out that directory through the Android file explorer, and you will have your files.

因此,请通过 Android 文件资源管理器查看该目录,您将拥有自己的文件。

Edit: Here is a link to the original comment: Nexus 4 not showing files via MTP

编辑:这是原始评论的链接:Nexus 4 not shows files via MTP