NetBeans 文件管理器
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于仍然想知道的人,Android SDK 附带了一个名为 DDMS 的工具,
一旦程序打开,该工具也有一个文件资源管理器,位于
您可以从 android 文档中阅读有关 DDMS 的更多信息
To anyone still wondering, the Android SDK comes with a tool called DDMS located at
that also has a file explorer once the program is open, located at
You can read more about DDMS from the android docs
如果您只想访问本地“可用”的目录(例如 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"