NetBeans 文件管理器

发布于 2024-12-03 11:51:50 字数 139 浏览 1 评论 0原文

我正在使用 NetBeans 开发 Android。我已经从 Eclipse 迁移过来,在 Eclipse 中我经常使用文件资源管理器来将数据推送到设备或向设备拉取数据。

Netbeans中是否有简单窗口,如果有,如何激活?

谢谢

I am developing fot Android using NetBeans. I have moved from Eclipse, where I have often used file explorer, for pushing and pulling data from and to device.

Is there in Netbeans simple window, if co, how to activate?

Thanks

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

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

发布评论

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

评论(2

橘寄 2024-12-10 11:51:50

对于仍然想知道的人,Android SDK 附带了一个名为 DDMS 的工具,

<android sdk>\tools\ddms.bat

一旦程序打开,该工具也有一个文件资源管理器,位于

Device>File Explorer...

您可以从 android 文档中阅读有关 DDMS 的更多信息

To anyone still wondering, the Android SDK comes with a tool called DDMS located at

<android sdk>\tools\ddms.bat

that also has a file explorer once the program is open, located at

Device>File Explorer...

You can read more about DDMS from the android docs

゛清羽墨安 2024-12-10 11:51:50

如果您只想访问本地“可用”的目录(例如 Windows 中的驱动器,或 *Nix 中安装的某个目录),那么您可以简单地使用“收藏夹”窗口并将该目录(或多个目录)添加到该目录中。 。

然后您可以直接在“资源管理器”中直接访问这些文件。

收藏夹窗口可通过“窗口 -> 收藏夹”打开

If you just want to access a directory that is locally "available" (e.g. a drive in Windows, or something mounted in *Nix), then you can simply use the "Favorites" window and add that directory (or multiple directories) to that.

Then you can access the files directly in an "Explorer" like fashion.

The Favorites Window is available through "Window -> Favorites"

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