DDMS FileExplorer 内容可见性超越 Eclipse IDE

发布于 2024-10-19 10:10:40 字数 72 浏览 6 评论 0原文

除了 Eclipse DDMS 文件资源管理器之外,我可以看到那些(即 mnt、数据、系统)文件夹和文件,所以我可以轻松进行修改。

Other than Eclipse DDMS File Explorer where I can see those(i.e mnt,data,system) folder and files,So i can do modify easily.

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

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

发布评论

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

评论(1

人事已非 2024-10-26 10:10:40

是的,您可以使用 adb shell 命令从命令提示符或终端浏览设备/模拟器的文件

,方法是在命令提示符下发出 adb shell 命令,您可以在以下位置启动远程 shell目标模拟器/设备。而且您不需要从 eclipse FileExplorer 视图浏览文件。

假设您想浏览 data 目录,然后使用以下命令:

adb shell ls /data

result of the command adb shell ls /data

注意:您可以在 \platform-tools\<; 中找到 adb。 sdk>\tools\

请参阅更多信息。

Yes you can use adb shell command to browse files of the device/emulator from command prompt or terminal

by issueing adb shell command on your command prompt you can starts a remote shell in the target emulator/device. And you dont need to broswe files from the eclipse FileExplorer view.

Suppose you want to broswe data directory then use this command:

adb shell ls /data

result of the command adb shell ls /data

Note: you can find adb in <sdk>\platform-tools\ or <sdk>\tools\

Refer this for more information.

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